uncountable.types.queued_job_t.InvocationContextType

class uncountable.types.queued_job_t.InvocationContextType

Enum where members are also (and must be) strings

CRON = 'cron'
MANUAL = 'manual'
WEBHOOK = 'webhook'