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