Packagecom.swfwire.debugger
Classpublic class AsyncSWFModifier
InheritanceAsyncSWFModifier Inheritance flash.events.EventDispatcher
Subclasses DebuggerAsyncModifier



Public Properties
 PropertyDefined By
  active : Boolean
[read-only]
AsyncSWFModifier
  runCount : uint
[read-only]
AsyncSWFModifier
Protected Properties
 PropertyDefined By
  timeLimit : uint
AsyncSWFModifier
  timer : Timer
AsyncSWFModifier
Public Methods
 MethodDefined By
  
AsyncSWFModifier(timeLimit:uint = 100)
AsyncSWFModifier
  
start():Boolean
AsyncSWFModifier
Protected Methods
 MethodDefined By
  
finish():void
AsyncSWFModifier
  
run():Number
AsyncSWFModifier
Property Detail
activeproperty
active:Boolean  [read-only]


Implementation
    public function get active():Boolean
runCountproperty 
runCount:uint  [read-only]


Implementation
    public function get runCount():uint
timeLimitproperty 
protected var timeLimit:uint

timerproperty 
protected var timer:Timer

Constructor Detail
AsyncSWFModifier()Constructor
public function AsyncSWFModifier(timeLimit:uint = 100)



Parameters
timeLimit:uint (default = 100)
Method Detail
finish()method
protected function finish():void

run()method 
protected function run():Number

Returns
Number
start()method 
public function start():Boolean

Returns
Boolean