ITaskExecutionContext.IsCancelRequested Property

Definition

Gets a value indicating whether cancel is requested.

public:
 property bool IsCancelRequested { bool get(); };
public bool IsCancelRequested { get; }
member this.IsCancelRequested : bool
Public ReadOnly Property IsCancelRequested As Boolean

Property Value

true if this cancel is requested; otherwise, false.

Applies to