How to determine if what apps are currently running?

Hello all,

I need to create a UI method to show a user that various executables are running - or not. What is the best way to do this using Xojo?

Thanks
Tim

PS AUX

Build an interpreter/parser for the data from this, and display your own clean version on your GUI.

Try using this to access that linux command:

https://documentation.xojo.com/api/os/shell.html#shell-execute

And build a class to read the resulting output.