ReproductionStatus
This enum defines valid values for a reproduction job status.
Completed = 3
Reproduction job has completed all productions successfully.
Reproduction job has completed all productions, but some have errored.
Created = 0
Reproduction job was been created, but not yet run.
DoesNotExist = 5
Invalid reproduction job.
Running = 1
Reproduction job is currently running without errors.
Reproduction job is currently running but some productions have errored.