Module timer
Source Expand description
- allocate
- Module of
allocate
. - free
- Module of
free
. - start
- Module of
start
. - stop
- Module of
stop
.
- Mode
- Whether a timer should periodically trigger.
- allocate⚠Non-
native
- Allocates a timer (initially stopped) and returns its identifier.
- free⚠Non-
native
- Deallocates a stopped timer given its identifier.
- start⚠Non-
native
- Starts a stopped timer given its identifier.
- stop⚠Non-
native
- Stops a running timer given its identifier.