System::Threading::Tasks::ValueTask::get_IsCanceled method

ValueTask::get_IsCanceled method

Gets a value indicating whether the task completed due to being canceled.

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

ReturnValue

bool True if the task was canceled; otherwise, false.

See Also