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

ActionJobStatus

public enum ActionJobStatus
The available statuses for a script action 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.