ListAdd

Deprecated. Do not use in new code.

(Alarm Manager module)

Description: This subroutine will add the alarm object to a list. This is useful if a user-defined list has been created.
Returns: Numeric
Usage: Script Only.
Function Groups: Alarm
Related to: Register (Alarm Manager) | CurrentTime
Format: \AlarmManager\ListAdd(AlarmObject, [EventTime], List);
Parameters:  
AlarmObject
Required. The object value for the alarm that was passed to the Register subroutine.
EventTime
The time stamp to use when adding this event to the alarm lists. If invalid, the default is CurrentTime().
List
Required. Any numeric expression for the number of the list to which to add the alarm.
Comments: The ListAdd subroutine always returns "0".