Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The KillTimer method is used to stop the timer. Returns It returns 1 if the timer was stopped as a result of the function executedexecution.The syntax

Syntax for accessing the method isinvocation:

Code Block
function KillTimer (id : int) : int

...

  1. id is a required argument. It specifies the timer ID. Allowed Possible values are : int or string type.

Example. See in the The SetTimer method section.