Tipo complesso restartType

Definisce gli elementi figlio e le informazioni sulla sequenza per l'elemento RestartOnFailure .

<xs:complexType name="restartType">
    <xs:all>
        <xs:element name="Interval">
            <xs:simpleType>
                <xs:restriction
                    base="duration"
                >
                    <xs:minInclusive
                        value="PT1M"
                     />
                    <xs:maxInclusive
                        value="P31D"
                     />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="Count">
            <xs:simpleType>
                <xs:restriction
                    base="unsignedByte"
                >
                    <xs:minInclusive
                        value="1"
                     />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:all>
</xs:complexType>

Elementi figlio

Elemento Tipo Descrizione
Conteggio Numero di tentativi di riavvio dell'attività.
Intervallo Per quanto tempo provare a avviare l'attività.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]

Vedi anche

Tipi complessi dello schema dell'utilità di pianificazione

Utilità di pianificazione