get_IsCompleted()

ValueTask::get_IsCompleted() const method

Gets a value indicating whether the task has completed.

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

Return Value

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

See Also