uncountable.types.queued_job_t.JobStatus

class uncountable.types.queued_job_t.JobStatus

Enum where members are also (and must be) strings

FAILED = 'failed'
QUEUED = 'queued'
SUCCESS = 'success'