|
DayOfWeek | | Sets the days of the week when the scheduled task will execute. Use the following values in a comma-delimited list: "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun". |
FirstRunTime | | Sets the time to begin executing the scheduled task. Times must be in the format "hh:mm" using positive whole numbers or zeroes. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
LastRunTime | | Sets the time to stop executing the scheduled task. Times must be in the format "hh:mm" using positive whole numbers or zeroes. |
RunEveryXHours | | Sets the hourly interval for the scheduled task. Use a positive whole number. |
RunEveryXMinutes | | Sets the minute interval for the scheduled task. Use a positive whole number. |
RunEveryXWeeks | | Sets the weekly interval for the scheduled task. Use a positive whole number. |
RunOnceAtTime | | Sets the time to execute the scheduled task. Times must be in the format "hh:mm" using positive whole numbers or zeroes. |