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: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax

public enum DispatchStatus
Members

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

Reference