MCPcopy
hub / github.com/FujiwaraChoki/MoneyPrinter / stopJobPolling

Function stopJobPolling

Frontend/app.js:233–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233function stopJobPolling() {
234 if (pollHandle) {
235 clearInterval(pollHandle);
236 pollHandle = null;
237 }
238}
239
240// ===== GENERATE / CANCEL =====
241function setGeneratingState(active) {

Callers 3

pollJobFunction · 0.85
startJobPollingFunction · 0.85
setGeneratingStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected