MCPcopy
hub / github.com/stemdeckapp/stemdeck / stopJobPolling

Function stopJobPolling

static/js/job.js:62–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62function stopJobPolling() {
63 if (jobPollTimerId) {
64 clearInterval(jobPollTimerId);
65 jobPollTimerId = null;
66 }
67}
68
69export function showError(message) {
70 errorEl.textContent = "";

Callers 4

resetFunction · 0.85
applyStateFunction · 0.85
startJobPollingFunction · 0.85
tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected