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 = 2
Daily.
Monthly = 4
Monthly.
Once = 1
Once.
Undefined = 0
Undefined.
Weekly = 3
Weekly.