domain module
- class vdx_helper.domain.JobStatus(value)
Bases:
Enum
A representation of all possible status of a Job.
- failed = 'failed'
- finished = 'finished'
- pending = 'pending'
- scheduled = 'scheduled'
- started = 'started'
- unconfirmed = 'unconfirmed'