| Package | com.adobe.ep.taskmanagement.event |
| Class | public class TaskCompletionFailedEvent |
| Inheritance | TaskCompletionFailedEvent TaskCompletedEvent Event Object |
| 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 |
TaskCompletedFailedEvent event is dispatched when a task fails to complete.
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 | |
| faultCause : com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [read-only]
The reason that the task failed to complete. | TaskCompletionFailedEvent | ||
![]() | target : Object [read-only]
The event target. | Event | |
![]() | type : String [read-only]
The type of event. | Event | |
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETION_FAILED : String = "taskCompletionFailed" [static]
The COMPLETION_FAILED constant defines the event type. | TaskCompletionFailedEvent | ||
Property Detail
faultCause | property |
faultCause:com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [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 reason that the task failed to complete.
Implementation
public function get faultCause():com.adobe.ep.taskmanagement.event:TaskManagerFaultEventRelated API Elements
Constant Detail
COMPLETION_FAILED | Constant |
public static const COMPLETION_FAILED:String = "taskCompletionFailed"| 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 COMPLETION_FAILED constant defines the event type. The event is dispatched when a task fails to complete.
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties