ActionJobStatus
The available statuses for a script action job.
Completed = 2
The job has successfully completed without error.
Errored = 3
The job has been run and has errored.
InProgress = 1
The job is actively being run.
Queued = 0
The job has been successfully submitted and is queued to be run.