NodeStatus#
- class lsst.ctrl.bps.htcondor.NodeStatus(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
IntEnumHTCondor’s statuses for DAGman nodes.
Attributes Summary
Attributes Documentation
- DONE = 5#
- ERROR = 6#
- FUTILE = 7#
- NOT_READY = 0#
- POSTRUN = 4#
- PRERUN = 2#
- READY = 1#
- SUBMITTED = 3#