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