Can I code an app to check if another app is runnin?
For example This would be the code for app1
app1.m Check { if(app2.running) { do something... }
You could use the category defined in the link below to get a list of running processes, and look for the target process name.