Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
pui.Timer simplifies running JavaScript repeatedly on a timer. It is a more robust alternative to JavaScript’s native functions like setTimeout(), clearTimeout(), setInterval(), and clearInterval().
...