2.5.3.2 BootTrigger
If present, the BootTrigger specifies that the task can start at operating system start-up, after the ATSvc server initializes.
-
<!-- BootTrigger --> <xs:complexType name="bootTriggerType"> <xs:complexContent> <xs:extension base="triggerBaseType"> <xs:sequence> <xs:element name="Delay" type="xs:duration" default="PT0M" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Delay: If present, this field contains a user-specified delay value as specified for "duration" in section 2.5.1.1. The task startup can be delayed after boot (ATSvc start-up) by the delay value.