Files
NativeScript/apps/tests/timer.md
2016-05-02 10:45:50 +03:00

687 B

nav-title, title, description
nav-title title description
timer How-To timer Examples for using timer

Timer module

How to require timer module

Evaluates an expression after 0 milliseconds.

Evaluates an expression after a specified number of milliseconds.

Cancels the evaluation with the clearTimeout method.

Evaluates an expression each time a specified number of milliseconds has elapsed.

Cancel the interval previously started using the setInterval method.