Click or drag to resize

TaskCancellationReason Enumeration

Indicates the reason for the task cancellation.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
[SerializableAttribute]
public enum TaskCancellationReason
Members
  Member nameValueDescription
None0 Default value. The task has not been canceled.
Direct1 The task has been directly canceled by the user.
Consequential2 The task has been cancelled as a result of other task failures or cancellations.
See Also

STK Parallel Computing Server 2.9 API for .NET