| Package | com.adobe.cairngorm.task |
| Class | public class ParallelTask |
| Inheritance | ParallelTask TaskGroup Task flash.events.EventDispatcher |
Default MXML Propertychildren
| Method | Defined By | ||
|---|---|---|---|
| ParallelTask | |||
![]() | TaskGroup | ||
![]() | removeChild(child:ITask):void | TaskGroup | |
![]() | start():void | Task | |
| Method | Defined By | ||
|---|---|---|---|
![]() | complete():void
This should be called by a concrete sub-class to indicate that the
task has been completed. | Task | |
![]() | fault(message:String = null):void
This should be called by a concrete sub-class to indicate that the task
has been halted due to a fault. | Task | |
onChildTaskComplete(event:TaskEvent):void [override] | ParallelTask | ||
onChildTaskFault(event:TaskEvent):void [override] | ParallelTask | ||
![]() | onChildTaskStart(event:TaskEvent):void
This event handler is called whenever a child task is started. | TaskGroup | |
performTask():void [override] | ParallelTask | ||
![]() | processChild(child:ITask):Boolean
Processes the specified child by starting it if it is enabled or
skipping it if it is disabled. | TaskGroup | |