| Pacchetto | com.adobe.ep.taskmanagement.event |
| Classe | public class TaskCompletionFailedEvent |
| Ereditarietà | TaskCompletionFailedEvent TaskCompletedEvent Event Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
TaskCompletedFailedEvent event is dispatched when a task fails to complete.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | actionName : String [sola lettura]
The name of the user action used to complete the task. | TaskCompletedEvent | |
![]() | bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | |
![]() | cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | |
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
![]() | currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | |
![]() | eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | |
| faultCause : com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [sola lettura]
The reason that the task failed to complete. | TaskCompletionFailedEvent | ||
![]() | target : Object [sola lettura]
Il target dell'evento. | Event | |
![]() | type : String [sola lettura]
Il tipo di evento. | Event | |
Metodi pubblici
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| COMPLETION_FAILED : String = "taskCompletionFailed" [statico]
The COMPLETION_FAILED constant defines the event type. | TaskCompletionFailedEvent | ||
Descrizione delle proprietà
faultCause | proprietà |
faultCause:com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The reason that the task failed to complete.
Implementazione
public function get faultCause():com.adobe.ep.taskmanagement.event:TaskManagerFaultEventElementi API correlati
Descrizione delle costanti
COMPLETION_FAILED | Costante |
public static const COMPLETION_FAILED:String = "taskCompletionFailed"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
| Versioni runtime: | 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.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate