CancelRequest Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how the job was canceled.
public enum CancelRequest
type CancelRequest =
Public Enum CancelRequest
- Inheritance
-
CancelRequest
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | The job was not canceled. |
| CancelByUser | 1 | The job was canceled by the user. |
| Timeout | 2 | The job was canceled because the session operation took too long to complete. |
| ResourceFailure | 3 | The job was canceled as a result of a resource failure. |
| Preemption | 4 | The job was canceled because it was preempted by a higher priority job. |
| Finish | 5 | The cancel request finished. |
| TaskCancelOnRequeue | 6 | |
| CancelForceByUser | 7 | |
| NodeNotUsableByJob | 8 | |
| ParentJobsDeleted | 9 | |
| FinishGraceful | 10 | |
| CancelGraceful | 11 |