pxt-calliope/docs/reference/control.md

11 lines
109 B
Markdown
Raw Normal View History

2016-04-05 22:23:42 +02:00
# Control
2016-05-05 20:16:14 +02:00
Runtime and event utilities.
2016-04-05 22:23:42 +02:00
```cards
control.inBackground(() => {
});
control.reset();
```