Enum ElementState
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the state of the element.
public enum ElementState
- Extension Methods
Fields
Active = 1
Specifies the active element state.
Deleted = 6
Specifies the deleted element state.
Error = 10
Specifies the error element state.
Hidden = 2
Specifies the hidden element state.
Masked = 12
Specifies the masked element state.
Paused = 3
Specifies the paused element state.
Restart = 11
Specifies the restart element state.
Stopped = 4
Specifies the stopped element state.
Undefined = 0
Specifies the undefined element state.