Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

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;

In This Topic
TitleResults for “How to create a CRG?”Also Available in