Task 元素

定义由任务计划程序服务执行的任务。

<xs:element name="Task"
    type="taskType"
>
    <xs:key name="PrincipalKey">
        <xs:selector
            xpath="td:Principals/td:Principal"
         />
        <xs:field
            xpath="@id"
         />
    </xs:key>
    <xs:keyref name="ContextKeyRef">
        <xs:selector
            xpath="td:Actions"
         />
        <xs:field
            xpath="@Context"
         />
    </xs:keyref>
    <xs:unique name="UniqueId">
        <xs:selector
            xpath="td:Principals/td:Principal|td:Triggers/td:BootTrigger|td:Triggers/td:RegistrationTrigger|td:Triggers/td:IdleTrigger|td:Triggers/td:TimeTrigger|td:Triggers/td:EventTrigger|td:Triggers/td:LogonTrigger|td:Triggers/td:SessionStateChangeTrigger|td:Triggers/td:CalendarTrigger|td:Actions/td:Exec|td:Actions/td:ComHandler|td:Actions/td:SendEmail"
         />
        <xs:field
            xpath="@id"
         />
    </xs:unique>
</xs:element>

子元素

元素 类型 说明
操作 actionsType 指定任务执行的操作。
数据 dataType 指定与任务关联的附加数据,但任务计划程序服务未使用。
主体 principalsType 指定可用于运行任务的安全上下文。
RegistrationInfo registrationInfoType 指定有关任务的管理信息,例如任务的作者和任务的注册日期。
设置 settingsType 指定任务计划程序用于执行任务的设置。
触发器 triggersType 指定启动任务的触发器。

备注

有关 C++ 开发,请参阅 ITaskDefinition

有关脚本开发,请参阅 TaskDefinition

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]