ENUM
JobStatus
Description
Status of a CDM job.
link GraphQL Schema definition
- enum JobStatus {
- # The job has completed with a failure (possibly canceled
- # by the user).
- # The job is still in progress.
- # The job has completed successfully.
- # Status of job poller is not specified.
- }