Package | com.adobe.ep.taskmanagement.event |
Class | public class TaskCompletedEvent |
Inheritance | TaskCompletedEvent Event Object |
Subclasses | TaskCompletionFailedEvent |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
TaskCompleted
event is dispatched when a task completes successfully.
Public Properties
Property | Defined By | ||
---|---|---|---|
actionName : String [read-only]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | ||
cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | ||
eventPhase : uint [read-only]
The current phase in the event flow. | Event | ||
target : Object [read-only]
The event target. | Event | ||
type : String [read-only]
The type of event. | Event |
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
TASK_COMPLETED : String = "taskCompleted" [static]
The TASK_COMPLETED constant defines the event type. | TaskCompletedEvent |
Property Detail
actionName | property |
actionName:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The name of the user action used to complete the task.
Implementation
public function get actionName():String
Constant Detail
TASK_COMPLETED | Constant |
public static const TASK_COMPLETED:String = "taskCompleted"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The TASK_COMPLETED
constant defines the event type. The event is dispatched when a task completes.
Thu Dec 6 2018, 01:12 PM -08:00