almSuppressAll() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of all current and future instances of the alarms in the current query, including those not currently shown in the Distributed Alarm Display object in summary mode.
Syntax
[Result=] almSuppressAll(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Remarks
This function works like almAckAll(), identifying which alarms to suppress by identifying all alarms that you would see if you looked at the display and scrolled up and down to look at them all.
Example
almSuppressAll("AlmObj_1");
See Also
almSuppressGroup(), almSuppressTag(), almSuppressDisplay(), almSuppressPriority(), almSuppressRetain(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedPriority(), almSuppressSelectedTag(), almUnSuppressAll()