<Schedules> Element (Bootstrapper)
The Schedules element contains Schedule elements, which define specific times at which commands defined by the Command element should be run.
<Schedules>
<Schedule
Name
>
<BuildList />
<BeforePackage />
<AfterPackage />
</Schedule>
</Schedules>
The Schedule element is a child of the Schedules element. A Schedules element must have at least one Schedule element.
Schedule has the following attribute.
|
Attribute |
Description |
|---|---|
|
Name |
Required. The name of the schedule item. This corresponds to the ScheduleName property of the Command element. When a Command references the named schedule, it will only be executed at the time indicated by that Schedule element. Schedules may also be associated with the FailIf and BypassIf elements, which restrict these conditional tests to executing on the specified schedule. For more information, see <Commands> Element (Bootstrapper). |
A given Schedule element may have exactly one of the following children.