Relativity.Import.V1.Models.Sources.DataSourceState
Enum defines the states of single data source.
Canceled = 30
Data source canceled.
Completed = 50
Data source processed, import finished.
Data source processed, import finished with item errors.
Failed = 40
Failed to import data from Data source.
Inserting = 25
Data source is currently in progress of processing.
New = 10
Initial state, data source was created.
PendingInserting = 24
Data source has been sent to Worker to begin the import.
Scheduled = 22
Data source is waiting on queue to begin the process of import.
Unknown = 0
Invalid state for a data source, this can happen when data is corrupted.