get_IsCompletedSuccessfully()

ValueTask::get_IsCompletedSuccessfully() const method

Gets a value indicating whether the task completed successfully.

bool System::Threading::Tasks::ValueTask::get_IsCompletedSuccessfully() const

Return Value

bool True if the task ran to completion.

See Also