currentCount:int [read-only]Implementation
public function get currentCount():int
delay:Number [read-write]Implementation
public function get delay():Number
public function set delay(value:Number):void
repeatCount:int [read-only]Implementation
public function get repeatCount():int
running:Boolean [read-only]Implementation
public function get running():Boolean
public function cancel():void
Removes the ManagedTimer from its TimerManager.
It is an error to call any function on a timer that has been canceled.
public function reset():void
public function start():void
public function stop():void