System::Threading::Tasks::Task::get_IsCanceled method

Task::get_IsCanceled method

Gets whether the task completed due to cancellation.

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

ReturnValue

bool True if the task was canceled

See Also