Hilbish/docs/api/hilbish/hilbish.timers.md

16 lines
293 B
Markdown
Raw Normal View History

---
name: Interface hilbish.timers
description: timeout and interval API
layout: apidoc
---
## Introduction
The timers interface si one to easily set timeouts and intervals
to run functions after a certain time or repeatedly without using
odd tricks.
## Functions
### stop()
Stops a timer.