()
| 523 | } |
| 524 | |
| 525 | private clearProgressInterval(): boolean { |
| 526 | if (!this.progressInterval) return false; |
| 527 | clearInterval(this.progressInterval); |
| 528 | this.progressInterval = undefined; |
| 529 | return true; |
| 530 | } |
| 531 | } |
no outgoing calls
no test coverage detected