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

RunJobStatus

public enum RunJobStatus
Represents the available statuses of a script run job.

The Agent has missed multiple consecutive check-ins.

All actions have been run and completed without error.

All actions have been run and one or more have errored.

The job failed to complete.

The job is actively being run.

Queued = 0

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