System::Threading::Tasks::ValueTask::get_IsCompletedSuccessfully method

ValueTask::get_IsCompletedSuccessfully method

Gets a value indicating whether the task completed successfully.

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

ReturnValue

bool True if the task ran to completion.

See Also