ListRemove

Deprecated. Do not use in new code.

(Alarm Manager module)

Description: This subroutine will remove the alarm object from a list. This is useful if a user-defined list has been added.
Returns: Numeric
Usage: Script Only.
Function Groups: Alarm
Related to: Register (Alarm Manager) | CurrentTime
Format: \AlarmManager\ListRemove(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 from which to remove the alarm.
Comments: The ListRemove subroutine always returns a "0".