<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

ReportJobStatus

public enum ReportJobStatus
Represents the available statuses of a report job.

The job has successfully completed without error.

Errored = 3

The job has been run and has errored.

The job is actively being run.

Queued = 0

The job has been successfully submitted and is queued to be run.