<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

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.

Errored = 6

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.

Unknown = 7

Someone made a different choice in the environment, and we're not able to map it back to an enum.