MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / getResumableBatchTasks

Function getResumableBatchTasks

static/js/accounts.js:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72function getResumableBatchTasks() {
73 return getRunningBatchTasks().filter((task) => Boolean(task.paused));
74}
75
76async function watchDomainTask(fetchTask, onUpdate, maxWaitMs = 20 * 60 * 1000, options = {}) {
77 const startedAt = Date.now();

Callers 2

resumeActiveBatchTasksFunction · 0.85
updateBatchButtonsFunction · 0.85

Calls 2

getRunningBatchTasksFunction · 0.85
filterMethod · 0.45

Tested by

no test coverage detected