Table of Contents

Class SchedulerTask

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

Holds SLScheduler Task Data.

public class SchedulerTask
Inheritance
SchedulerTask
Extension Methods

Constructors

SchedulerTask(string, string, DateTime, DateTime, ISchedulerRepeatProcess, ISchedulerAction, ISchedulerAction)

Initializes a new instance of the SchedulerTask class.

Properties

Description

Gets or sets the Description of the Scheduler Task.

Enabled

Gets or sets a value indicating whether the Scheduler Task is Enabled true or not false.

EndDateTime

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

ISchedulerAction

Gets or sets the Scheduler Task Action.

ISchedulerFinalAction

Gets or sets the Scheduler Final Task Action.

ISchedulerRepeatProcess

Gets or sets the Scheduler Task Repeat Process (Once, Daily, Weekly, Monthly).

Name

Gets or sets the Name of the Scheduler Task.

StartDateTime

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