hpcflow.sdk.submission.enums.JobscriptElementState#
- class hpcflow.sdk.submission.enums.JobscriptElementState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
_JES
,Enum
Enumeration to convey a particular jobscript element state as reported by the scheduler.
Methods
Attributes
Waiting for resource allocation.
Waiting for one or more dependencies to finish.
Executing now.
Previously submitted but is no longer active.
Cancelled by the user.
The scheduler reports an error state.
The numerical value of this state.
Rich representation of this enumeration element.
The symbol used to render the state.
The colour used to render the state.
- cancelled = 4#
Cancelled by the user.
- errored = 5#
The scheduler reports an error state.
- finished = 3#
Previously submitted but is no longer active.
- pending = 0#
Waiting for resource allocation.
- running = 2#
Executing now.
- waiting = 1#
Waiting for one or more dependencies to finish.