ItemJobStatus enum
An enum of all valid item job status types
Fields
NotStarted = 0 | Job is scheduled or triggered, but not yet started |
InProgress = 1 | Job is running |
Completed = 2 | Job is completed successfully |
Failed = 3 | Job is failed because of error |
Cancelled = 4 | Job is cancelled by user |
NotFound = 5 | Job could not be found |
Duplicate = 6 | Job is duplicated |
OwnerUserMissing = 7 | |
DeadLettered = 8 | Job is marked as Deadletter if not started after trigger for N hours |
Unknown = 9 | This status is used for backwards compatibility and never set |