UnAckAlarms property
- Last UpdatedJul 19, 2024
- 1 minute read
The UnAckAlarms property is a read-only integer property that gets the number of unacknowledged alarm records in the Alarm Control.
Syntax
Result = AlarmClient.UnackAlarms;
Return Value
Returns the number of unacknowledged alarm records in the Alarm Control.
Example
NUnack = AlarmClient1.UnAckAlarms;
If NUnack > 10 Then
LogMessage("There are more than 10 unacknowledged alarms in the grid!");
Endif;