System::Threading::Tasks::ResultValueTask::get_IsCompletedSuccessfully method

ResultValueTask::get_IsCompletedSuccessfully method

Gets a value indicating whether the task completed successfully.

bool System::Threading::Tasks::ResultValueTask<T>::get_IsCompletedSuccessfully() const

ReturnValue

bool True if the task ran to completion or contains a direct result; otherwise, false.

See Also