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

Function stopSupervisedMonitor

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

Source from the content-addressed store, hash-verified

368const SUPERVISED_MONITOR_MISSES_BEFORE_DOWN = 3;
369
370const stopSupervisedMonitor = () => {
371 if (supervisedMonitorTimer) clearInterval(supervisedMonitorTimer);
372 supervisedMonitorTimer = null;
373 supervisedDaemonDown = false;
374 supervisedMonitorMisses = 0;
375};
376
377const armSupervisedMonitor = () => {
378 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