ecflow.Flag

class ecflow.Flag

Bases: instance

Represents additional state associated with a Node.

Flag.clear((Flag)arg1, (FlagType)arg2) None :

Clear the given flag. Used in test only

Flag.is_set((Flag)arg1, (FlagType)arg2) bool :

Queries if a given flag is set

static Flag.list() FlagTypeVec :

Returns the list of all flag types. returns FlagTypeVec. Used in test only

Flag.reset((Flag)arg1) None :

Clears all flags. Used in test only

Flag.set((Flag)arg1, (FlagType)arg2) None :

Sets the given flag. Used in test only

static Flag.type_to_string((FlagType)arg1) str :

Convert type to a string. Used in test only