KSC Open API  13.1
Kaspersky Security Center API description
Schedule types
Schedule type IDDisplay nameDescription
0Empty scheduleEmpty, but valid schedule. A task with this schedule will never be run by scheduler.
1Milliseconds schedulePeriodic schedule with time in milliseconds.
2Every day scheduleTask will be run at the specified time, with a period in days.
3Every week scheduleTask will be run at the specified time, on a specified day of the week, with a period in weeks.
4Every month scheduleTask will be run at the specified time, on a specified day of the month, with a period in months.
5Seconds schedulePeriodic schedule with a period in seconds.
6Weeks days scheduleTask will be run at the specified time of the specified days of the week, such as 'Every Tuesday and Saturday'.
7Months days scheduleTask will be run at the specified time of the specified days of the month, such as 'First Monday and second Sunday in month' or 'Last Tuesday in month'.