Table of Contents

Class ScheduleDaily

Namespace
Skyline.DataMiner.Core.Scheduler.Automation
Assembly
Skyline.DataMiner.Core.Scheduler.Automation.dll

Holds Scheduler Daily Repeat Process Data.

public class ScheduleDaily : ISchedulerRepeatProcess
Inheritance
ScheduleDaily
Implements
Extension Methods

Constructors

ScheduleDaily(DateTime, int, int, DateTime)

Initializes a new instance of the ScheduleDaily class. Creates a Schedule Daily Repetition Process.

Properties

MaxRepeats

Gets or sets how many times the task will be executed before finishing.

MinutesRepeatInterval

Gets or sets the interval of minutes before executing the Scheduler Task again ('Repeated Every x Minutes').

RepeatType

Gets or sets the Repetition Type (Once, Daily, Weekly or Monthly).

RunInterval

Gets or sets the Run Interval of the Tasks regarding the selected 'Repeated Every x Minutes', Week Days and Months.

TaskEndDate

Gets or sets the End Date Time of the Scheduler Task.

TaskStartDate

Gets or sets the Start Date Time of the Scheduler Task.