DkmWorkList.IsCanceled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.