System::Threading::Tasks::ResultValueTask::get_IsCompleted method

ResultValueTask::get_IsCompleted method

Gets a value indicating whether the task has completed.

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

ReturnValue

bool True if the underlying task has completed or contains a direct result; otherwise, false.

See Also