Enum ProductionStatus
The enum defines valid values for Relativity production status.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ProductionStatusFields
| Name | Description | 
|---|---|
| Branding | Relativity is branding the images. | 
| Canceling | Relativity is canceling the production process. | 
| Error | Relativity experienced an error while producing the documents. | 
| ErrorStartingProduction | Status entered when the StartingProduction status has error. | 
| New | The production set is set up, but no data sources are added. | 
| Produced | The production is complete and ready for export. | 
| ProducedWithErrors | Relativity produced the documents with errors. | 
| Producing | Relativity is assigning production numbers to the documents. | 
| ProducingCleaningExistingFiles | Relativity is cleaning up the existing files associated with the production. | 
| ProducingCreatingAndApplyingBatesNumbers | Relativity is applying Bates numbers to the production. | 
| ProducingCreatingBrandingQueueRecords | Relativity is creating records for the Branding queue. | 
| ProducingCreatingPlaceholderImages | Relativity is creating slip sheets for the production. | 
| QueuedForBranding | Run Production Job has been created in the queue after the producing steps. Waiting for branding agents to begin work. | 
| QueuedForProduction | Run Production Job has been created in the queue but has not been picked up by an agent. | 
| QueuedForStaging | Staging Job has been created in the queue but has not been picked up by an agent. | 
| Staged | Staging is complete. | 
| Staging | Relativity is staging the production. | 
| StagingCleaningUpData | Relativity pre-sorts the documents and deletes any Production Information objects that may already exist if the production is being re-staged. | 
| StagingCreatingProductionInformationRecords | Relativity is creating the Production Information records associated with the production. | 
| StagingError | Relativity experienced an error when building the list of documents for production. Make sure to correct the staging errors and re-stage the production before you run the production. | 
| StagingRunningSavedSearches | Relativity is running saved searches associated with the production data source. | 
| StartingProduction | Status entered when automatically running a production, after Staged but before Producing. | 
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. | 
| Waiting | Obsolete - Use Queued for Staging or Queued for Production. |