Class: CTimer

codemelted.CTimer(id)

Holds a timer kicked off by the codemelted_async.timer function.

Constructor

new CTimer(id)

Constructor for the object.
Parameters:
Name Type Description
id number The interval timer id.
Source:

Methods

stop()

Stops the running timer.
Source: