AlarmSeverity Enumeration
            Represents the severity of alarms.
            
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public enum AlarmSeverity
Public Enumeration AlarmSeverity
public enum class AlarmSeverity
Gemstone.Timeseries.AlarmSeverity = function();
Gemstone.Timeseries.AlarmSeverity.createEnum('Gemstone.Timeseries.AlarmSeverity', false);
 | None | 0 | Indicates that an alarm is of no importance. | 
| Information | 50 | Indicates that an alarm is informative, but not dangerous. | 
| Low | 150 | Indicates that an alarm is not very important. | 
| MediumLow | 300 | Indicates that an alarm is somewhat important. | 
| Medium | 500 | Indicates that an alarm is moderately importance. | 
| MediumHigh | 700 | Indicates that an alarm is important. | 
| High | 850 | Indicates that an alarm is very important. | 
| Unreasonable | 900 | Indicates an alarm for a value that is unreasonable. | 
| Critical | 950 | Indicates than an alarm signifies a dangerous situation. | 
| Latched | 980 | Indicates an alarm for a value that is latched, i.e., flat-lined. | 
| Error | 1,000 | Indicates that an alarm reports bad data. |