Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page The SetTimer method  The Base64EncodeFile method Next page


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

Syntax for method invocation:

function KillTimer (id : int) : int

Method arguments:

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

Example. See in The SetTimer method.

  • No labels