()
| 1451 | } |
| 1452 | |
| 1453 | public cancelScheduleRequest() { |
| 1454 | this._transitionTo(notScheduled, scheduling); |
| 1455 | } |
| 1456 | |
| 1457 | _transitionTo(toState: TaskState, fromState1: TaskState, fromState2?: TaskState) { |
| 1458 | if (this._state === fromState1 || this._state === fromState2) { |
nothing calls this directly
no test coverage detected