AmosSuppressTrigger()
The AmosSuppressTrigger(); rule suppresses
the trigger event with an existing event from the mojo.events table.
Syntax
The AmosSuppressTrigger(); statement
uses following syntax.
AmosSuppressTrigger ( );Example
The following example shows how this rule is used to return the suppression type if the trigger event was suppressed. The value 0 means that the trigger event was not suppressed.
int suppressionType = eval(int, '$RCA_CONTAINED_SUPPRESSION');
suppressionType = AmosSuppressTrigger()