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

Function startJobPolling

Frontend/app.js:224–231  ·  view source on GitHub ↗
(jobId)

Source from the content-addressed store, hash-verified

222}
223
224function startJobPolling(jobId) {
225 stopJobPolling();
226 activeJobId = jobId;
227 lastEventId = 0;
228 logViewer.classList.add("active");
229 pollHandle = setInterval(pollJob, 1200);
230 pollJob();
231}
232
233function stopJobPolling() {
234 if (pollHandle) {

Callers 1

generateVideoFunction · 0.85

Calls 2

stopJobPollingFunction · 0.85
pollJobFunction · 0.85

Tested by

no test coverage detected