Enum ImagingJobStatus
Represents the status of the imaging job.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingJobStatus
Fields
| Name | Description |
|---|---|
| CancelRequested | The Imaging job has been flagged for cancellation. |
| Created | The imaging job has been created. |
| Default | The imaging job isn't initialized. This value is returned if the imaging job doesn't exist. |
| Invalid | An invalid job. |
| PickedUpByAgent | The Imaging Request agent has picked up the job. |
| SubmittedToInvariant | The documents in the imaging job have been submitted to Invariant. |
| Unknown |