WmsStates¶
- class lsst.ctrl.bps.WmsStates(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
- Bases: - Enum- Run and job states. - Attributes Summary - In the process of being deleted or already deleted. - Have completed with non-success status. - In a hold state. - Determined state, but doesn't fit other states. - Ready to run, visible in batch queue. - At least one of the parents failed or can't be run. - All of its parents have finished successfully. - Currently running. - Have completed with success status. - Can't determine state. - 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.