* Pause the retry queue. When paused, no retries will be processed. * This is useful when auth state is not active or during logout.
()
| 302 | * This is useful when auth state is not active or during logout. |
| 303 | */ |
| 304 | public pause(): void { |
| 305 | this.isPaused = true |
| 306 | this.log("[RetryQueue] Queue paused") |
| 307 | } |
| 308 | |
| 309 | /** |
| 310 | * Resume the retry queue. Retries will be processed again on the next interval. |
no test coverage detected