# getAppState

```lua
return function()
    local app = getApp();
    local state = app.getAppState();
    
    log('the current appState is: ' .. state);
end
```
