WCon_OnTimer

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > WCon >

WCon_OnTimer

 

Description

 

Allows to specify function, which will be called in discrete time intervals

 

Syntax

 

WCon_OnTimer(intervalMs, functionToCall)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

intervalMs

Number

No

interval in milliseconds. Do not go below 100 ms

functionToCall

Function Name

No

Script function name to be called on given event

 

Remarks

 

Restrictions

 

See also

 

Examples