WmsStates¶
- class lsst.ctrl.bps.WmsStates(value, names=<not given>, *values, 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 = 16¶
- In the process of being deleted or already deleted. 
 - FAILED = 19¶
- Have completed with non-success status. 
 - HELD = 17¶
- In a hold state. 
 - MISFIT = 11¶
- Determined state, but doesn’t fit other states. 
 - PENDING = 14¶
- Ready to run, visible in batch queue. 
 - PRUNED = 20¶
- At least one of the parents failed or can’t be run. 
 - READY = 13¶
- All of its parents have finished successfully. 
 - RUNNING = 15¶
- Currently running. 
 - SUCCEEDED = 0¶
- Have completed with success status. 
 - UNKNOWN = 10¶
- Can’t determine state. 
 - UNREADY = 12¶
- Still waiting for parents to finish.