Click or drag to resize

TrafficLight Enumeration

The TrafficLight enumeration may be used in any situation where a Normal/Warning/Error status indication is needed.

Namespace: ASCOM.Controls
Assembly: ASCOM.Controls (in ASCOM.Controls.dll) Version: 7.0.0-rc.0+0
Syntax
public enum TrafficLight
Members
Member nameValueDescription
Green0 Green traffic light represents a good or normal status.
Yellow1 Yellow traffic light represents a warning condition, which does not necessarily prevent continued operation but which merits further investigation.
Red2 Red traffic light represents an error condition or a situation that prevents further progress.
See Also