ENUM
JobState
The states that a job may be in.
link GraphQL Schema definition
- enum JobState {
- # Job has been created but work on it has not started.
- # Work has begun on the job.
- # The job has completed successfully.
- # The job failed to complete.
- }