System::Threading::Tasks::ValueTask::get_IsCompleted method

ValueTask::get_IsCompleted method

Gets a value indicating whether the task has completed.

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

ReturnValue

bool True if the underlying task has completed; otherwise, false.

See Also