모든 트리거 복합 형식에 대한 특성, 기본 자식 요소 및 시퀀싱 정보를 정의합니다.
<xs:complexType name="triggerBaseType"
abstract="true"
>
<xs:sequence>
<xs:element name="Enabled"
type="boolean"
default="true"
minOccurs="0"
/>
<xs:element name="StartBoundary"
type="dateTime"
minOccurs="0"
/>
<xs:element name="EndBoundary"
type="dateTime"
minOccurs="0"
/>
<xs:element name="Repetition"
type="repetitionType"
minOccurs="0"
/>
<xs:element name="ExecutionTimeLimit"
type="duration"
minOccurs="0"
/>
</xs:sequence>
<xs:attribute name="id"
type="ID"
use="optional"
/>
</xs:complexType>
자식 요소
| 요소 | Type | Description |
|---|---|---|
| 사용 | boolean | 트리거를 사용하도록 지정합니다. |
| EndBoundary | dateTime | 트리거가 비활성화된 날짜 및 시간입니다. |
| ExecutionTimeLimit | duration | 트리거가 작업을 시작할 수 있는 간격을 지정합니다. |
| 반복 | repetitionType | 작업이 실행되는 빈도와 트리거가 실행된 후 반복 패턴이 반복되는 기간을 지정합니다. |
| StartBoundary | dateTime | 트리거가 활성화된 날짜 및 시간입니다. |
특성
| 이름 | 형식 | Description |
|---|---|---|
| id | ID | 트리거의 식별자입니다. |
설명
트리거 복합 형식은 다음과 같습니다.
- bootTriggerType
- calendarTriggerType
- eventTriggerType
- idleTriggerType
- logonTriggerType
- registrationTriggerType
- timeTriggerType
요구 사항
| 요구 사항 | 값 |
|---|---|
| 지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
| 지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |