Files
NativeScript/apps/tests/timer.md
2016-04-14 15:20:35 +03:00

688 B

nav-title, title, description
nav-title title description
timer How-To How-To 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.