DispatchStatus Enumeration

Relativity Processing Services
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

public enum DispatchStatus
Members

  Member nameValueDescription
NotStarted0
PickedUp1
PendingWorker2
Started3
Finished4
Error5
Interrupted6
Stopped7
Paused8
OnCompletion9
Waiting10
Canceling11
Canceled12
Transacted99
See Also

Reference