()
| 95 | get loopActive() { return this._loopActive; } |
| 96 | |
| 97 | isIdle() { return this._phase === PHASES.IDLE; } |
| 98 | isRed() { return this._phase === PHASES.RED; } |
| 99 | isGreen() { return this._phase === PHASES.GREEN; } |
| 100 | isRefactor() { return this._phase === PHASES.REFACTOR; } |
no outgoing calls