套件 | 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, 03:47 PM Z