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