stopTimer (id)

Arguments

id: The timer ID returned by either KumoApp.setInterval or KumoApp.setTimeout.

Returns

Nothing.

Remarks

You don't have to manually stop each timer started in your App. When the App is stopped or uninstalled, all timers will be automatically stopped.