Documentation for Axxon PSIM 1.0.0-1.0.1.

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. Returns 1 if timer was stopped as a result of function executed.
The syntax for accessing the method is:

function KillTimer (id : int) : int

Method arguments:

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

Example. See in the  The SetTimer method section.

  • No labels