iqm.pulla.interface.TaskStatus#

class iqm.pulla.interface.TaskStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: StrEnum

Status of a Station Control task.

Attributes

READY

Task has completed successfully

FAILED

Task has failed

PROGRESS

Task is being executed

PENDING

Task is waiting to be executed

Methods

__format__(format_spec, /)

Return a formatted version of the string as described by format_spec.

__new__(value)

__str__()

Return str(self).

READY = 'READY'#

Task has completed successfully

FAILED = 'FAILED'#

Task has failed

PROGRESS = 'PROGRESS'#

Task is being executed

PENDING = 'PENDING'#

Task is waiting to be executed