()
| 636 | } |
| 637 | |
| 638 | stop() { |
| 639 | this.stopped = true; |
| 640 | if (this.timerId) { |
| 641 | clearTimeout(this.timerId); |
| 642 | this.timerId = undefined; |
| 643 | } |
| 644 | |
| 645 | this.lastExecutionEnded = -Infinity; |
| 646 | this.isExpeditedCallToFnScheduled = false; |
| 647 | } |
| 648 | |
| 649 | toString() { |
| 650 | return JSON.stringify(this); |