Count (restartType) 元素
指定任务计划程序尝试重启任务的次数。
<xs:element name="Count">
<xs:simpleType>
<xs:restriction
base="unsignedByte"
>
<xs:minInclusive
value="1"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
元素由 restartType 复杂类型定义。
父元素
元素 | 派生 | 说明 |
---|---|---|
RestartOnFailure | restartType | 指定如果任务因任何原因失败,任务计划程序将尝试重启任务。 |
备注
如果指定了此元素,还必须指定 Interval 元素,以告知任务计划程序尝试重启任务的时间。
有关 C++ 开发,请参阅 ITaskSettings 的 RestartCount 属性。
有关脚本开发的信息,请参阅 TaskSettings.RestartCount。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |