Dismiss.SelectedGroup() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Dismiss.SelectedGroup method dismisses all latched alarms that belong to the same provider and alarm groups as the alarms selected by the user from the Alarm Control.
Syntax
AlarmClient1.Dismiss.SelectedGroup(Comments);
Parameters
Comments
A string indicating the alarm dismiss comment.
Example:
Comment = latched alarms are now dismissed
AlarmClient1.Dismiss.SelectedGroup(“latched alarms are now dismissed”);