| ICancellableAsyncResultIsCancelled Property |
True if operation has completed but it was cancelled. Otherwise false.
Namespace: PatchKit.AsyncAssembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool 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