Count (restartType) 元素
指定工作排程器嘗試重新開機工作的次數。
<xs:element name="Count">
<xs:simpleType>
<xs:restriction
base="unsignedByte"
>
<xs:minInclusive
value="1"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
專案是由 restartType 複雜類型所定義。
父元素
元素 | 衍生自 | Description |
---|---|---|
RestartOnFailure | restartType | 指定如果工作因任何原因而失敗,工作排程器將會嘗試重新開機工作。 |
備註
如果指定此元素,也必須指定 Interval 元素,以告知工作排程器嘗試重新開機工作的時間長度。
如需 C++ 開發,請參閱 ITaskSettings 的 RestartCount 屬性。
如需腳本開發,請參閱 TaskSettings.RestartCount。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |