Contains the various states of dispatch that a job can be in
Namespace: Relativity.Processing.Services.Interfaces.DTOs
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NotStarted | 0 | ||
PickedUp | 1 | ||
PendingWorker | 2 | ||
Started | 3 | ||
Finished | 4 | ||
Error | 5 | ||
Interrupted | 6 | ||
Stopped | 7 | ||
Paused | 8 | ||
OnCompletion | 9 | ||
Waiting | 10 | ||
Canceling | 11 | ||
Canceled | 12 | ||
Transacted | 99 |
See Also