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: Any | None¶ Possibly the result of the job.