ecflow.CheckPt
- class ecflow.CheckPt
Bases:
pybind11_object
CheckPt is enum that is used to control check pointing in the ecflow_server
NEVER : Switches of check pointing
ON_TIME: check point file is saved periodically, specified by checkPtInterval. This is the default.
ALWAYS : check point file is saved after any state change, not recommended for large definitions
UNDEFINED : None of the the above, used to provide default argument
Members:
NEVER
ON_TIME
ALWAYS
UNDEFINED
- CheckPt.ALWAYS = <CheckPt.ALWAYS: 2>
- CheckPt.NEVER = <CheckPt.NEVER: 0>
- CheckPt.ON_TIME = <CheckPt.ON_TIME: 1>
- CheckPt.UNDEFINED = <CheckPt.UNDEFINED: 3>
- property CheckPt.name
- property CheckPt.value