ShowAlarms(Boolean: Boolean[, ShowModal: Boolean]): Boolean
Controls the display of modal alarms while a script is running, takes a Boolean parameter that sets the new state of modal alarm handling, and returns the old state. If ShowAlarms is not specified alarms are not displayed. To show alarms in a normal window rather than modally, set ShowModal to False.
ShowAlarms function syntax has these named arguments:
Parameter |
Description |
Boolean |
Required. When True, shows modal alarms while script is running. When False, specified alarms are not displayed. |
ShowModal |
Optional. When True alarms are shown modally. When False, alarms are shown in a normal, not modal window. Defaults to True. |