The enum defines valid values for Relativity production job status.
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NotRunning | 0 | Production Job is currently not running. | |
Running | 1 | Production Job is currently running. | |
Errored | 2 | Production Job is currently not running and is in an errored state. | |
Complete | 3 | Production Job is currently not running and is in a completed state. |
See Also