# Control

Runtime and event utilities.

```cards
control.inBackground(() => {
    
});
control.reset();
control.waitMicros(4);
```

### See Also

[inBackground](/reference/control/in-background), [reset](/reference/control/reset), [wait-micros](/reference/control/wait-micros)