System::Threading::Tasks::Task::get_IsCompleted method

Task::get_IsCompleted method

Gets whether the task has completed.

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

ReturnValue

bool True if the task has completed (successfully, faulted, or canceled)

See Also