| パッケージ | 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, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示