15 lines
208 B
Markdown
Raw Normal View History

2016-04-05 13:23:42 -07:00
# Control
2016-05-05 11:16:14 -07:00
Runtime and event utilities.
2016-04-05 13:23:42 -07:00
```cards
control.inBackground(() => {
});
control.reset();
```
2016-08-08 13:08:15 -07:00
### See Also
[inBackground](/reference/control/in-background), [reset](/reference/control/reset)