Ack.SelectedGroup() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Ack.SelectedGroup method acknowledges all alarms that have the same alarm sources and groups as one or more selected alarms.
Syntax
AlarmClient.Ack.SelectedGroup(AckComment);
Parameters
AckComment
A string indicating the alarm acknowledgement comment.
Example
AlarmClient1.Ack.SelectedGroup("Alarm acknowledged");