Returns a list of objects containing info about all currently running apps in the fore- or background.

app.GetRunningApps() → List: of objects: [{ user, pid, name, foreground }]

Note: This function is deprecated. Filters are applied since Android 11. Full functionality can be accessed in the X-Version of DS.
See Android Package Visibility for more information.

See Also: GetRunningServices, GetInstalledApps

Example - Show Running Apps click to expand contents 

Example - Is In Foreground click to expand contents