fleet/schema/tables/running_apps.yml

9 lines
183 B
YAML
Raw Normal View History

name: running_apps
examples: |-
List all running applications. Filter on is_active='1' to see the application
that currently has focus.
```
SELECT * FROM running_apps;
```