TaskTaskCancellationReason Property |
Gets the reason why the task was canceled.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public TaskCancellationReason TaskCancellationReason { get; }
Public ReadOnly Property TaskCancellationReason As TaskCancellationReason
Get
Property Value
Type:
TaskCancellationReasonThe task status.
See Also