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