stop(clearEvents)
Stops this Timer from running. Does not cause it to be destroyed if autoDestroy is set to true.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
clearEvents | boolean | <optional> | true | If true all the events in Timer will be cleared, otherwise they will remain. |
- Source code: time/Timer.js (Line 316)
Please login to continue.