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

Function stopVendorProgressPolling

static/js/payment.js:1297–1301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1295}
1296
1297function stopVendorProgressPolling() {
1298 if (!vendorProgressState.timer) return;
1299 clearTimeout(vendorProgressState.timer);
1300 vendorProgressState.timer = null;
1301}
1302
1303function setVendorStopButtonState(disabled = false, show = true) {
1304 const btn = document.getElementById("vendor-stop-btn");

Callers 5

pollVendorProgressFunction · 0.85
startVendorAutoBindFunction · 0.85
stopVendorAutoTaskFunction · 0.85
updateBindModeSpecificUiFunction · 0.85
payment.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected