Enum RunJobStatus
Represents the available statuses of a script run job.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum RunJobStatus
Fields
Name | Description |
---|---|
AgentHasNotCheckedIn | The Agent has missed multiple consecutive check-ins. |
Completed | All actions have been run and completed without error. |
CompletedWithErrors | All actions have been run and one or more have errored. |
Errored | All actions have been run and one or more have errored. |
FailedToComplete | The job failed to complete. |
InProgress | The job is actively being run. |
Queued | The job has been successfully submitted and is queued to be run. |
Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |