()
| 163 | } |
| 164 | |
| 165 | public timerWasStopped(): boolean { |
| 166 | return this._timerWasStopped; |
| 167 | } |
| 168 | |
| 169 | protected isEventData(labelOrData: Event.Label | BaseEventData) { |
| 170 | let tryCastAsEventData: BaseEventData = <BaseEventData>labelOrData; |
no outgoing calls
no test coverage detected