Interface ISchedulerRepeatProcess
- Namespace
- Skyline.DataMiner.Core.Scheduler.Automation
- Assembly
- Skyline.DataMiner.Core.Scheduler.Automation.dll
Scheduler Repeat Process Interface.
public interface ISchedulerRepeatProcess
- Extension Methods
Properties
- MaxRepeats
Gets how many times the task will be executed before finishing.
- MinutesRepeatInterval
Gets the interval of minutes before executing the Scheduler Task again ('Repeated Every x Minutes').
- RepeatType
Gets the Repetition Type (Once, Daily, Weekly or Monthly).
- RunInterval
Gets the Run Interval of the Tasks regarding the selected 'Repeated Every x Minutes', Week Days and Months.
- TaskEndDate
Gets the End Date Time of the Scheduler Task.
- TaskStartDate
Gets the Start Date Time of the Scheduler Task.