| Package | com.adobe.cairngorm.task |
| Interface | public interface ITaskGroup extends ITask, flash.events.IEventDispatcher |
| Implementors | TaskGroup |
| Property | Defined By | ||
|---|---|---|---|
| children : Array
The child tasks contained in the task group. | ITaskGroup | ||
![]() | currentState : String [read-only]
Gets the current state of the task. | ITask | |
![]() | enabled : Boolean
Enables or disables the taskgroup task. | ITask | |
![]() | label : String
A label associated with the task. | ITask | |
| processed : uint [read-only]
The number of tasks that have been processed to completion or
skipped because they it was disabled. | ITaskGroup | ||
| size : uint [read-only]
The number of tasks contained in the task group, including nested
children. | ITaskGroup | ||
| Method | Defined By | ||
|---|---|---|---|
| ITaskGroup | |||
removeChild(child:ITask):void | ITaskGroup | ||
![]() | start():void
Starts processing the task-item. | ITask | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| ITaskGroup | ||||
| ITaskGroup | ||||
| ITaskGroup | ||||
| ITaskGroup | ||||
| children | property |
children:ArrayThe child tasks contained in the task group.
public function get children():Array public function set children(value:Array):void| processed | property |
processed:uint [read-only] The number of tasks that have been processed to completion or skipped because they it was disabled.
This property can be used as the source for data binding.
public function get processed():uint| size | property |
size:uint [read-only] The number of tasks contained in the task group, including nested children.
This property can be used as the source for data binding.
public function get size():uint| addChild | () | method |
| removeChild | () | method |
| childComplete | Event |
| childFault | Event |
| childStart | Event |
| taskProgress | Event |