IAlarmManager2.GetAlarmsStatus Method
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| GetAlarmsStatus(Boolean, Boolean, Boolean, String, String, String) |
This method is obsolete in NI VeriStand 2011 and later. Use the GetMultipleAlarmsData method of the IAlarmManager2 interface instead, which allows you to get specific information about an alarm, such as its status.
Strict priorities of low, medium, and high are no longer supported. Valid priorities now range from 0 - 31. This method only tests alarms in group 0. (Inherited from IAlarmManager.) | |
| GetAlarmsStatus(String, Boolean, Boolean, Boolean, String, String, String) | Obsolete.
This method is obsolete in NI VeriStand 2011 and later. Use the GetMultipleAlarmsData method instead, which allows you to get specific information about an alarm, such as its status.
Gets the status of the high, medium, and low-priority alarms running on the first target. However, strict priorities of low, medium, and high are no longer supported. Valid priorities now range from 0 - 31. This method only tests alarms in group 0. |