ResultDataGetTaskResultGetAll#

class ResultDataGetTaskResultGetAll[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.

total_finished: int#

The total amount of jobs that have finished.