pxt-calliope/docs/reference/control.md
2016-08-08 13:08:15 -07:00

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)