Trip

Deprecated. Do not use in new code.

(Alarm Manager module)

Description: Tell the Alarm Manager that a trip alarm event occured. This subroutine will signal an alarm as unacknowledged.
Returns: Numeric
Usage: Script Only.
Function Groups: Alarm
Related to: Register (Alarm Manager) | CurrentTime
Format: \AlarmManager\Trip(AlarmObject[, EventTime]);
Parameters:  
AlarmObject
Required. The object value for the alarm that was passed to the Register subroutine.
EventTime
Optional. The time stamp to use when adding this event to the alarm lists. If invalid or not defined, the default is CurrentTime().
Comments: The Trip subroutine always returns "0".