<PackageReference Include="Relativity.Import.Models.SDK" Version="1.7.7" />

Relativity.Import.V1.Models.ImportState

public enum ImportState
Enum defines the states of the import job.
Canceled = 30

Job canceled.

Completed = 50

Job has ended with success.

Job has been configured and is ready to begin.

Failed = 40

Job has failed to import data.

Idle = 20

Job is ready for running but is waiting on new data source or all data source has been processed.

Inserting = 25

Job is executing, import of data source is currently in progress.

Job has been configured but the configuration is invalid.

New = 10

Initial state, job created.

Paused = 29

Job is paused and waiting.

Job is ended but the import of data source is currently in progress.

Job is ended but data source is still waiting on queue to begin the process of import.

Scheduled = 22

Job is ready waiting on queue to begin the process of import.

Unknown = 0

Invalid state for a job, this can happen when data is corrupted.