WmsStates¶
-
class
lsst.ctrl.bps.
WmsStates
¶ Bases:
enum.Enum
Run and job states
Attributes Summary
DELETED
In the process of being deleted or already deleted. FAILED
Have completed with non-success status. HELD
In a hold state. MISFIT
Determined state, but doesn’t fit other states. PENDING
Ready to run, visible in batch queue. PRUNED
At least one of the parents failed or can’t be run. READY
All of its parents have finished successfully. RUNNING
Currently running. SUCCEEDED
Have completed with success status. UNKNOWN
Can’t determine state. UNREADY
Still waiting for parents to finish. Attributes Documentation
-
DELETED
= 6¶ In the process of being deleted or already deleted.
-
FAILED
= 9¶ Have completed with non-success status.
-
HELD
= 7¶ In a hold state.
-
MISFIT
= 1¶ Determined state, but doesn’t fit other states.
-
PENDING
= 4¶ Ready to run, visible in batch queue.
-
PRUNED
= 10¶ At least one of the parents failed or can’t be run.
-
READY
= 3¶ All of its parents have finished successfully.
-
RUNNING
= 5¶ Currently running.
-
SUCCEEDED
= 8¶ Have completed with success status.
-
UNKNOWN
= 0¶ Can’t determine state.
-
UNREADY
= 2¶ Still waiting for parents to finish.
-