TaskIsCancelling Property |
Gets a value indicating whether this task is cancelling.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public bool IsCancelling { get; }
Public ReadOnly Property IsCancelling As Boolean
Get
Property Value
Type:
Booleantrue if this instance is cancelling; otherwise,
false.
See Also