RecurrentTaskScheduler
RecurrentTaskScheduler
The RecurrentTaskScheduler data object is the base type for the hierarchy that includes hourly, daily, weekly, and monthly task schedulers.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"activeTime": "string",
"expireTime": "string",
"interval": 0
}
integer As int32 As int32
interval
Required
How often to run the scheduled task.
The value must be greater than or equal to 1 and less than 1000. The default value is 1. The interval acts as a multiplier for the unit of time associated with a particular scheduler (hours, days, weeks, or months). For example, setting the HourlyTaskScheduler interval to 4 causes the task to run every 4 hours.