Constructor ScheduleDaily
- Namespace
- Skyline.DataMiner.Core.Scheduler.Automation
- Assembly
- Skyline.DataMiner.Core.Scheduler.Automation.dll
ScheduleDaily(DateTime, int, int, DateTime)
Initializes a new instance of the ScheduleDaily class. Creates a Schedule Daily Repetition Process.
public ScheduleDaily(DateTime taskStartDate, int maxRepeats = -1, int minutesRepeatInterval = -1, DateTime taskEndDate = default)
Parameters
taskStartDate
DateTimeIndicates the Start Date Time of the Scheduler Task.
maxRepeats
intIndicates how many times the task will be executed before finishing.
minutesRepeatInterval
intIndicates the interval of minutes before executing the Scheduler Task again ('Repeated Every x Minutes').
taskEndDate
DateTimeIndicates the End Date Time of the Scheduler Task.