ReproductionStatus Enumeration

Relativity.Productions.API
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

public enum ReproductionStatus
Members

  Member nameValueDescription
Created0 Reproduction job was been created, but not yet run.
Running1 Reproduction job is currently running without errors.
RunningWithErrors2 Reproduction job is currently running but some productions have errored.
Completed3 Reproduction job has completed all productions successfully.
CompletedWithErrors4 Reproduction job has completed all productions, but some have errored.
DoesNotExist5 Invalid reproduction job.
See Also

Reference