Jump to content

Search the Community

Showing results for tags 'single instance'.

  • Search By Tags

    • single instance ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I have used _Singleton function in my script to restrict only one instance to run. For testing, I have written below code, and triggered multiple instances. #include <Misc.au3> MsgBox(0,"",@ScriptName) if _Singleton(@ScriptName, 1) = 0 Then Msgbox(64, @ScriptName, "The program is alread...
  2. Is there anyway to check whether the script is launched already and wait till the other instance is closed and continue after that.
×
×
  • Create New...