Job#

class Job[source]#

A job as JSON.

id: str#

The id of the job. Can be used to revoke and/or restart it.

state: TaskResultState#

The state of the job.

result: Optional[Any]#

Possibly the result of the job.