uncountable.types.async_jobs_t.AsyncJobStatus¶ class uncountable.types.async_jobs_t.AsyncJobStatus¶ Enum where members are also (and must be) strings CANCELLED = 'cancelled'¶ COMPLETED = 'completed'¶ ERROR = 'error'¶ IN_PROGRESS = 'in_progress'¶ QUEUED = 'queued'¶