패키지 | 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:17 PM Z