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