MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / openProcessManager

Function openProcessManager

vmm/ui/src/composables/useVmManager.ts:1586–1590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1584 let svRefreshTimer: ReturnType<typeof setInterval> | null = null;
1585
1586 async function openProcessManager() {
1587 showProcessManager.value = true;
1588 await loadSupervisorProcesses();
1589 svRefreshTimer = setInterval(loadSupervisorProcesses, 3000);
1590 }
1591
1592 watch(showProcessManager, (open) => {
1593 if (!open && svRefreshTimer) {

Callers

nothing calls this directly

Calls 1

loadSupervisorProcessesFunction · 0.85

Tested by

no test coverage detected