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

Function stopBatchPolling

static/js/app.js:1663–1668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1661
1662// 停止轮询批量状态
1663function stopBatchPolling() {
1664 if (batchPollingInterval) {
1665 clearInterval(batchPollingInterval);
1666 batchPollingInterval = null;
1667 }
1668}
1669
1670// 显示任务状态
1671function showTaskStatus(task) {

Callers 5

handleCancelTaskFunction · 0.85
startBatchPollingFunction · 0.85
resetButtonsFunction · 0.85
connectBatchWebSocketFunction · 0.85
startOutlookBatchPollingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected