get_IsCompleted()

Task::get_IsCompleted() const method

Gets whether the task has completed.

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

Return Value

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

See Also