MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / stopSupervisedMonitor

Function stopSupervisedMonitor

apps/desktop/src/main/index.ts:293–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291const SUPERVISED_MONITOR_MISSES_BEFORE_DOWN = 3;
292
293const stopSupervisedMonitor = () => {
294 if (supervisedMonitorTimer) clearInterval(supervisedMonitorTimer);
295 supervisedMonitorTimer = null;
296 supervisedDaemonDown = false;
297 supervisedMonitorMisses = 0;
298};
299
300const armSupervisedMonitor = () => {
301 stopSupervisedMonitor();

Callers 4

armSupervisedMonitorFunction · 0.85
restartSidecarAndReloadFunction · 0.85
registerIpcHandlersFunction · 0.85
bootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected