Files
NativeScript/tests/app/timer.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

728 B

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