()
| 697 | }; |
| 698 | |
| 699 | clearStateCheckTimeout() { |
| 700 | const { stateCheckTimeoutID } = this; |
| 701 | if (stateCheckTimeoutID) { |
| 702 | clearTimeout(stateCheckTimeoutID); |
| 703 | this.stateCheckTimeoutID = null; |
| 704 | } |
| 705 | } |
| 706 | |
| 707 | setStateCheckConditions(newConditions: Partial<StateCheckConditions>) { |
| 708 | this.stateCheckConditions = { |
no outgoing calls
no test coverage detected