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.
- 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.