This enum defines valid values for a reproduction 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 | |
---|---|---|---|
Created | 0 | Reproduction job was been created, but not yet run. | |
Running | 1 | Reproduction job is currently running without errors. | |
RunningWithErrors | 2 | Reproduction job is currently running but some productions have errored. | |
Completed | 3 | Reproduction job has completed all productions successfully. | |
CompletedWithErrors | 4 | Reproduction job has completed all productions, but some have errored. | |
DoesNotExist | 5 | Invalid reproduction job. |
See Also