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

Relativity.Services.Interfaces.Scripts.Models.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.