(tid:number)
| 143 | * @param {number} tid - timeout id, returned by timer |
| 144 | */ |
| 145 | export function clearTimeout(tid:number):void { |
| 146 | Runtime.getTimer().clearTimeout(tid); |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Clears an interval timer. If we are in timers mode then do nothing |
no test coverage detected