hpcflow.sdk.core.actions.EARStatus#

class hpcflow.sdk.core.actions.EARStatus(value, names=None, *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

get_non_running_submitted_states

Return the set of all non-running states, excluding those before submission.

Attributes

pending

prepared

submitted

running

skipped

aborted

success

error

rich_repr

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#