Dismiss.SelectedTag() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Dismiss.SelectedTag method dismisses all latched alarms that have the same alarm sources, groups, tags, and within the priority ranges as one or more selected alarms.
Syntax
AlarmClient1.Dismiss.SelectedTag(Comments);
Parameters
Comments
A string indicating the alarm dismiss comment.
Example:
Comment = latched alarms are now dismissed
AlarmClient1.Dismiss.SelectedTag(“latched alarms are now dismissed”);