包 | com.adobe.ep.taskmanagement.event |
类 | public class TaskCompletionFailedEvent |
继承 | TaskCompletionFailedEvent TaskCompletedEvent Event Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
TaskCompletedFailedEvent
event is dispatched when a task fails to complete.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
actionName : String [只读]
The name of the user action used to complete the task. | TaskCompletedEvent | ||
bubbles : Boolean [只读]
表示事件是否为冒泡事件。 | Event | ||
cancelable : Boolean [只读]
表示是否可以阻止与事件相关联的行为。 | Event | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
currentTarget : Object [只读]
当前正在使用某个事件侦听器处理 Event 对象的对象。 | Event | ||
eventPhase : uint [只读]
事件流中的当前阶段。 | Event | ||
faultCause : com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent [只读]
The reason that the task failed to complete. | TaskCompletionFailedEvent | ||
target : Object [只读]
事件目标。 | Event | ||
type : String [只读]
事件的类型。 | Event |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
COMPLETION_FAILED : String = "taskCompletionFailed" [静态]
The COMPLETION_FAILED constant defines the event type. | TaskCompletionFailedEvent |
属性详细信息
faultCause | 属性 |
faultCause:com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
The reason that the task failed to complete.
实现
public function get faultCause():com.adobe.ep.taskmanagement.event:TaskManagerFaultEvent
相关 API 元素
常量详细信息
COMPLETION_FAILED | 常量 |
public static const COMPLETION_FAILED:String = "taskCompletionFailed"
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | 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, 11:04 AM Z