| Pacote | com.adobe.ep.taskmanagement.event |
| Classe | public class TaskCompletionFailedEvent |
| Herança | TaskCompletionFailedEvent TaskCompletedEvent Event Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
TaskCompletedFailedEvent event is dispatched when a task fails to complete.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | actionName : String [somente leitura]
The name of the user action used to complete the task. | TaskCompletedEvent | |
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | |
| faultCause : com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [somente leitura]
The reason that the task failed to complete. | TaskCompletionFailedEvent | ||
![]() | target : Object [somente leitura]
O destino de evento. | Event | |
![]() | type : String [somente leitura]
O tipo de evento. | Event | |
Métodos públicos
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| COMPLETION_FAILED : String = "taskCompletionFailed" [estático]
The COMPLETION_FAILED constant defines the event type. | TaskCompletionFailedEvent | ||
Detalhes da propriedade
faultCause | propriedade |
faultCause:com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The reason that the task failed to complete.
Implementação
public function get faultCause():com.adobe.ep.taskmanagement.event:TaskManagerFaultEventElementos da API relacionados
Detalhes da constante
COMPLETION_FAILED | Constante |
public static const COMPLETION_FAILED:String = "taskCompletionFailed"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Versões de 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.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas