I have an application that i want to be sure that there is only one instance running. I don´t want the same application to be launched twice.
How can i detect that my application is already running and if the users try to launch one more, it will not launch because there is already one running?