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