hpcflow.sdk.core.actions.EARStatus#
- class hpcflow.sdk.core.actions.EARStatus(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
Enum
Enumeration of all possible EAR statuses, and their associated status colour.
Methods
Return the set of all non-running states, excluding those before submission.
Attributes
- aborted = 5#
- error = 7#
- classmethod get_non_running_submitted_states()#
Return the set of all non-running states, excluding those before submission.
- pending = 0#
- prepared = 1#
- property rich_repr#
- running = 3#
- skipped = 4#
- submitted = 2#
- success = 6#