Dismiss.Visible() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Dismiss.Visible method dismisses only those latched alarms that are currently visible from the Alarm Control.
Syntax
AlarmClient1.Dismiss.Visible(Comments);
Parameters
Comments
A string indicating the alarm dismiss comment.
Example:
Comment = latched alarms are now dismissed
AlarmClient1.Dismiss.Visible(“latched alarms are now dismissed”);