Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The KillTimer method is used to stop the timer.
The syntax for accessing the method is:

function KillTimer (id : int)

Method arguments:

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

Example. See in the  The SetTimer method section.

  • No labels