The RuleBaseEngine:suspendAlert Method

The RuleBaseEngine:suspendAlert method suspends an alert for the specified number of milliseconds. The default is 10000 milliseconds.

Remarks

When using this method as a datasource in a rulebase, the clear condition of the test defaults to "Clear Timer" with a value of 900 seconds. However, because this async method provides statistics every five seconds, choosing clear condition "First False" may be more useful.

Type

Open, Synchronous, IMPACT_ACTION.

Arguments

Name Type Description
AlertID Long Alert ID
Time Long Time in milliseconds
Reason String Reason to suspend alert

Returns

None