JobHistoryJSON¶
- class JobHistoryJSON[source]¶
The history of jobs for an instance.
- not_started: Sequence[ExtendedJob]¶
Jobs that have not yet started
- active: Sequence[ExtendedJob]¶
Jobs that are currently running.
- finished: Sequence[ExtendedJob]¶
A part of the jobs that have finished.