TaskCancellationReason Enumeration |
Namespace: AGI.Parallel.Infrastructure
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Default value. The task has not been canceled. | |
| Direct | 1 | The task has been directly canceled by the user. | |
| Consequential | 2 | The task has been cancelled as a result of other task failures or cancellations. |
STK Parallel Computing Server 2.10 API for .NET