16 lines
278 B
Markdown
16 lines
278 B
Markdown
# Control
|
|
|
|
Runtime and event utilities.
|
|
|
|
```cards
|
|
control.inBackground(() => {
|
|
|
|
});
|
|
control.reset();
|
|
control.waitMicros(4);
|
|
```
|
|
|
|
### See Also
|
|
|
|
[inBackground](/reference/control/in-background), [reset](/reference/control/reset), [wait-micros](/reference/control/wait-micros)
|