taskType 복합 형식

Task 요소에 대한 자식 요소 및 시퀀싱 정보를 정의합니다.

<xs:complexType name="taskType">
    <xs:all>
        <xs:element name="RegistrationInfo"
            type="registrationInfoType"
            minOccurs="0"
         />
        <xs:element name="Triggers"
            type="triggersType"
            minOccurs="0"
         />
        <xs:element name="Settings"
            type="settingsType"
            minOccurs="0"
         />
        <xs:element name="Data"
            type="dataType"
            minOccurs="0"
         />
        <xs:element name="Principals"
            type="principalsType"
            minOccurs="0"
         />
        <xs:element name="Actions"
            type="actionsType"
         />
    </xs:all>
    <xs:attribute name="version"
        type="versionType"
        use="optional"
        fixed="1.3"
     />
</xs:complexType>

자식 요소

요소 Type Description
작업 actionsType 태스크에서 수행하는 작업을 지정합니다.
데이터 dataType 작업과 연결되어 있지만 작업 스케줄러 서비스에서 사용하지 않는 추가 데이터를 지정합니다.
보안 주체 principalsType 작업을 실행하는 데 사용할 수 있는 보안 컨텍스트를 지정합니다.
RegistrationInfo registrationInfoType 작업의 작성자 및 태스크가 등록된 날짜와 같은 작업에 대한 관리 정보를 지정합니다.
설정 settingsType 작업 스케줄러가 작업을 수행하는 데 사용하는 설정을 지정합니다.
트리거 triggersType 작업을 시작하는 트리거를 지정합니다.

특성

이름 형식 Description
버전 versionType 작업의 버전을 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

작업 스케줄러 스키마 복합 형식

작업 Scheduler