| Package | com.swfwire.debugger |
| Class | public class AsyncSWFModifier |
| Inheritance | AsyncSWFModifier flash.events.EventDispatcher |
| Subclasses | DebuggerAsyncModifier |
| Property | Defined By | ||
|---|---|---|---|
| active : Boolean [read-only] | AsyncSWFModifier | ||
| runCount : uint [read-only] | AsyncSWFModifier | ||
| Property | Defined By | ||
|---|---|---|---|
| timeLimit : uint | AsyncSWFModifier | ||
| timer : Timer | AsyncSWFModifier | ||
| Method | Defined By | ||
|---|---|---|---|
AsyncSWFModifier(timeLimit:uint = 100) | AsyncSWFModifier | ||
start():Boolean | AsyncSWFModifier | ||
| active | property |
active:Boolean [read-only] public function get active():Boolean| runCount | property |
runCount:uint [read-only] public function get runCount():uint| timeLimit | property |
protected var timeLimit:uint| timer | property |
protected var timer:Timer| AsyncSWFModifier | () | Constructor |
public function AsyncSWFModifier(timeLimit:uint = 100)timeLimit:uint (default = 100) |
| finish | () | method |
protected function finish():void| run | () | method |
protected function run():NumberReturnsNumber |
| start | () | method |
public function start():BooleanReturnsBoolean |