registrationTriggerType Complex Type
Defines child elements and sequencing information for the RegistrationTrigger element.
<xs:complexType name="registrationTriggerType">
<xs:complexContent>
<xs:extension
base="triggerBaseType"
>
<xs:sequence>
<xs:element name="Delay"
type="duration"
default="PT0M"
minOccurs="0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
Delay | duration | Specifies the amount of time between when the task is registered and when the task is started. |
Remarks
In addition to the child elements defined here, the RegistrationTrigger element also uses child elements defined by the triggerBaseType complex type.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |