hpcflow.sdk.submission.jobscript_info.JobscriptElementState#
- class hpcflow.sdk.submission.jobscript_info.JobscriptElementState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
Enum
Enumeration to convey a particular jobscript element state as reported by the scheduler.
Attributes
- cancelled = 4#
- errored = 5#
- finished = 3#
- pending = 0#
- property rich_repr#
- running = 2#
- waiting = 1#