Open sandboxFocus

Property IsCancellationRequested

IsCancellationRequested

Gets a value indicating whether the Cancel() method was called for the last task.

Declaration
public bool IsCancellationRequested { get; }
Property Value
Type Description
bool
Implements