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

Function stopSupervisedMonitor

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

Source from the content-addressed store, hash-verified

329const SUPERVISED_MONITOR_MISSES_BEFORE_DOWN = 3;
330
331const stopSupervisedMonitor = () => {
332 if (supervisedMonitorTimer) clearInterval(supervisedMonitorTimer);
333 supervisedMonitorTimer = null;
334 supervisedDaemonDown = false;
335 supervisedMonitorMisses = 0;
336};
337
338const armSupervisedMonitor = () => {
339 stopSupervisedMonitor();

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected