Table of Contents

Class ScheduleOnce

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

Holds Scheduler Once Repeat Process Data.

public class ScheduleOnce : ISchedulerRepeatProcess
Inheritance
ScheduleOnce
Implements
Extension Methods

Constructors

ScheduleOnce(bool)

Initializes a new instance of the ScheduleOnce class. Creates a Schedule Once Repetition Process.

Properties

CreateSchedulerEvent

Gets a value indicating whether a Scheduler Event should be created true or not false.

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.