Enable

Deprecated. Do not use in new code.

(Alarm Manager module)

Description: Tell the Alarm Manager to enable an alarm. Use the SetEnable function for new code.
Returns: 0
Usage: Script Only.
Function Groups: Alarm
Related to: Register (Alarm Manager) | CurrentTime | SetEnable
Format: \AlarmManager\Enable(AlarmObject[, EventTime]);
Parameters:  
AlarmObject
Required. The object value for the alarm that was passed to the Register subroutine that will be enabled.
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 Enable subroutine always returns "0".