Description: Tell the Alarm Manager to disable an alarm. Disable will also clear any active or unacknowledged state that might exist.
Format: Disable(AlarmObject[, EventTime]);
Parameters: AlarmObject is the object value for the alarm that was passed to the Register (Alarm Manager) subroutine that will be disabled.
EventTime is the time stamp to use when adding this event to the alarm lists. This is typically CurrentTime(); additionally, if invalid or not defined, the default is CurrentTime().
Comments: The Disable subroutine always returns "0".