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