Describes an object that can influence the flow of control within a task.
kind:TaskFlowControlKind [read-only]
An TaskFlowControlKind instance that determines the kind of flow change the current
ITaskFlowControl can establish.
Implementation
public function get kind():TaskFlowControlKind
Event object type: org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
Dispatched when the current ITaskFlowControl wants to break out of a loop construct.
Event object type: org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
Dispatched when the current ITaskFlowControl wants to continue a loop construct.
Event object type: org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
Dispatched when the current ITaskFlowControl wants to exit a block construct completely.
Copyright 2007-2010 Spring Actionscript.