()
| 231 | } |
| 232 | |
| 233 | function stopJobPolling() { |
| 234 | if (pollHandle) { |
| 235 | clearInterval(pollHandle); |
| 236 | pollHandle = null; |
| 237 | } |
| 238 | } |
| 239 | |
| 240 | // ===== GENERATE / CANCEL ===== |
| 241 | function setGeneratingState(active) { |
no outgoing calls
no test coverage detected