multiple occurence of app/run

Is there a way to stop an app from running multiple times when the user clicks the app icon to run it? I would like to bring focus to the already running occurrence when the app icon is clicked.

Hi Brian,

take a look at the Mutex documentation.
The example shows how to do what you are requesting (the first part of your request…)

Thank you Maurizio for that information. :slight_smile: I didn’t know I needed it until I read Brian and your post. :slight_smile:

Thanks Maurizio, I’ll give that a try. Thank you for the speedy response!