* stop the SO main loop * @ignore
()
| 163 | * @ignore |
| 164 | */ |
| 165 | function _stopRunLoop(): void { |
| 166 | // cancel any previous animationRequestFrame |
| 167 | globalThis.cancelAnimationFrame(_animFrameId); |
| 168 | _animFrameId = -1; |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * start the SO main loop |
no outgoing calls
no test coverage detected