Clear timer method

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Methods NO YES NO All

Syntax

Clear timer method

Description

This command clears or cancels the current timer method. Usually a timer method remains in operation until the library is closed or an error occurs. In a reversible block, the current timer method is restored when the method terminates.

Example

# Clear the timer method after it is called so that is
# only called once
Set timer method 5 sec Timer

# method Timer
OK message {Timer method triggered once only}
Clear timer method