get_IsCompleted()

ResultValueTask::get_IsCompleted() const method

Gets a value indicating whether the task has completed.

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

Return Value

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

See Also