Go to documentation repository
Page History
The KillTimer method is used to stop the timer.
The syntax for accessing the method isIt returns 1 if the timer was stopped as a result of the function execution.
Syntax for method invocation:
Code Block |
---|
function KillTimer (id : int) : int |
Method arguments:
- id is a required argument. It specifies the timer ID. Allowed Possible values are : int or string type.
Example. See in the in The SetTimer method section.
Overview
Content Tools