bluesky_queueserver_api.zmq.REManagerAPI.lock_all¶
- REManagerAPI.lock_all(lock_key=None, *, note=None, user=None)¶
Locks the environment and the queue in RE Manager. The API is identical to
REManagerAPI.lock()
called withenvironment=True
andqueue=True
. See the docstring forREManagerAPI.lock()
for more details.