bluesky_queueserver_api.system_info_monitor.SystemInfoMonitor_ZMQ_Threads.disable

SystemInfoMonitor_ZMQ_Threads.disable()

Disable monitoring of the system info. 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.system_info_monitor.enable()
RM.system_info_monitor.disable()