AckAllAlarms
(Alarm Manager module)
| Description: | Will acknowledge all unacknowledged alarms available to the current user. |
| Returns: | Nothing |
Usage: ![]() |
Script Only. |
| Function Groups: | Alarm |
| Related to: | Ack | AckAllAlarmsPlusDlg |
Format: ![]() |
\AlarmManager.AckAllAlarms(IgnoreSession); |
| Parameters: |
| IgnoreSession |
| Required Boolean. True to ignore any filtering based on the calling module's session. |
| Comments: | To confirm the acknowledgment of alarms use AckAllAlarmsPlusDlg |
Example:
If MyCustomAckButtonWasPressed;
[
\AlarmManager.AckAllAlarms(FALSE{ Filtering is a good thing });
]
