Files
NativeScript/tests/app/timer.md
2016-06-20 14:32:12 +03:00

754 B

nav-title, title, environment, description, previous_url
nav-title title environment description previous_url
timer How-To timer nativescript Examples for using timer /ApiReference/timer/HOW-TO

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.