Paquete | com.adobe.ep.taskmanagement.event |
Clase | public class TaskCompletionFailedEvent |
Herencia | TaskCompletionFailedEvent TaskCompletedEvent Event Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
TaskCompletedFailedEvent
event is dispatched when a task fails to complete.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
actionName : String [solo lectura]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | ||
cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | ||
eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | Event | ||
faultCause : com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [solo lectura]
The reason that the task failed to complete. | TaskCompletionFailedEvent | ||
target : Object [solo lectura]
El destino del evento. | Event | ||
type : String [solo lectura]
El tipo de evento. | Event |
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
COMPLETION_FAILED : String = "taskCompletionFailed" [estática]
The COMPLETION_FAILED constant defines the event type. | TaskCompletionFailedEvent |
Información sobre propiedades
faultCause | propiedad |
faultCause:com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The reason that the task failed to complete.
Implementación
public function get faultCause():com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent
Elementos de API relacionados
Información sobre constantes
COMPLETION_FAILED | Constante |
public static const COMPLETION_FAILED:String = "taskCompletionFailed"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versiones de motor de ejecución: | 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:12 PM Z