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();
|
2016-08-17 02:04:21 +02:00
|
|
|
control.waitMicros(4);
|
2016-04-05 22:23:42 +02:00
|
|
|
```
|
2016-08-08 22:08:15 +02:00
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
2016-08-17 02:04:21 +02:00
|
|
|
[inBackground](/reference/control/in-background), [reset](/reference/control/reset), [wait-micros](/reference/control/wait-micros)
|