()
| 1822 | } |
| 1823 | |
| 1824 | function stopAutoRegistrationMonitor() { |
| 1825 | if (autoMonitorPollingInterval) { |
| 1826 | clearInterval(autoMonitorPollingInterval); |
| 1827 | autoMonitorPollingInterval = null; |
| 1828 | } |
| 1829 | } |
| 1830 | |
| 1831 | // 更新批量进度 |
| 1832 | function updateBatchProgress(data) { |
no outgoing calls
no test coverage detected