套件 | com.adobe.ep.taskmanagement.event |
類別 | public class TaskCompletedEvent |
繼承 | TaskCompletedEvent Event Object |
子類別 | TaskCompletionFailedEvent |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
TaskCompleted
event is dispatched when a task completes successfully.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
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 | ||
target : Object [唯讀]
事件目標。 | Event | ||
type : String [唯讀]
事件類型。 | Event |
公用常數
常數 | 定義自 | ||
---|---|---|---|
TASK_COMPLETED : String = "taskCompleted" [靜態]
The TASK_COMPLETED constant defines the event type. | TaskCompletedEvent |
屬性詳細資訊
actionName | 屬性 |
常數詳細資訊
TASK_COMPLETED | 常數 |
public static const TASK_COMPLETED:String = "taskCompleted"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
The TASK_COMPLETED
constant defines the event type. The event is dispatched when a task completes.
Tue Jun 12 2018, 03:47 PM Z