()
| 1456 | } |
| 1457 | |
| 1458 | public cancelScheduleRequest() { |
| 1459 | this._transitionTo(notScheduled, scheduling); |
| 1460 | } |
| 1461 | |
| 1462 | _transitionTo(toState: TaskState, fromState1: TaskState, fromState2?: TaskState) { |
| 1463 | if (this._state === fromState1 || this._state === fromState2) { |
nothing calls this directly
no test coverage detected