1 2 3 4 5 6 7 8 9 10 11 12 13 |
enum QueuedJobStatus { Submitted = 0 Processing = 1 Completed = 3 Failed = 4 PartialSuccess = 5 OnHold = 6 Cancelled = 7 Cancelled_Service_Restarted = 8 Aborted_Too_Much_Time_Consumed = 9 Cancelled_While_Running = 10 } |
Related Articles
-
Purchase Orders Shipping Status
- 0
- 26
-
Receiving Status
- 0
- 37
-
Payment Status
- 0
- 41
-
Purchase Order Status
- 0
- 31
-
Payment Method
- 0
- 42
-
Payment Type
- 0
- 33