RosettaCodeData/Task/Determine-if-only-one-instance-is-running/00DESCRIPTION
2013-04-11 12:07:39 -07:00

1 line
232 B
Text

This task is to determine if there is only one instance of an application running. If the program discovers that an instance of it is already running, then it should display a message indicating that it is already running and exit.