get_IsCompletedSuccessfully()

ResultValueTask::get_IsCompletedSuccessfully() const method

Gets a value indicating whether the task completed successfully.

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

Return Value

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

See Also