The TrafficLight enumeration may be used in any situation where a Normal/Warning/Error status indication is needed.
Namespace: ASCOM.ControlsAssembly: ASCOM.Controls (in ASCOM.Controls.dll) Version: 7.0.0-rc.0+0
SyntaxPublic Enumeration TrafficLight
public enum class TrafficLight
MembersMember name | Value | Description |
---|
Green | 0 |
Green traffic light represents a good or normal status.
|
Yellow | 1 |
Yellow traffic light represents a warning condition, which does not necessarily prevent continued
operation but which merits further investigation.
|
Red | 2 |
Red traffic light represents an error condition or a situation that prevents further progress.
|
See Also