almSuppressGroup() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of any alarm with the specified provider and group name.
Syntax
[Result=]almSuppressGroup(ObjectName, ApplicationName,GroupName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the application. For example, \\node1\InTouch
GroupName
The name of the alarm group. For example, $System
Example
almSuppressGroup( "AlmObj_1","\InTouch","Turbines");
See Also
almSuppressAll(), almSuppressTag(), almSuppressDisplay(), almSuppressPriority(), almSuppressRetain(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedPriority(), almSuppressSelectedTag(), almUnSuppressAll()