Click or drag to resize
ICancellableAsyncResultIsCancelled Property
True if operation has completed but it was cancelled. Otherwise false.

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool IsCancelled { get; }

Property Value

Type: Boolean
Remarks
Check this property only if IsCompleted is set to true - if operation is not completed then the value will be always false.
See Also