bluesky_queueserver_api.console_monitor.ConsoleMonitor_ZMQ_Threads.disable

ConsoleMonitor_ZMQ_Threads.disable()

Disable monitoring of the console output. The API does not immediately stop the background thread or task. If the monitor is quickly re-enabled, the background thread or task may continue running continously.

Examples

Synchronous and asyncronous API:

RM.console_monitor.enable()
RM.console_monitor.disable()