Enum DmsSchedulerRepetitionType
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Defines the type of scheduler.
public enum DmsSchedulerRepetitionType
- Extension Methods
Fields
Daily = 2Daily.
Monthly = 4Monthly.
Once = 1Once.
Undefined = 0Undefined.
Weekly = 3Weekly.