RunJobStatus
Represents the available statuses of a script run job.
The Agent has missed multiple consecutive check-ins.
Completed = 2
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.
FailedToComplete = 4
The job failed to complete.
InProgress = 1
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.