DkmWorkList.IsCanceled Property

Definition

This property allows a component processing a work item to determine if it is canceled, or for a completion routine to determine if the operation was canceled.

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

Property Value

Returns Boolean.

Applies to