Jump to content

Recommended Posts

Posted

Is there anyway to check whether the script is launched already and wait till the other instance is closed and continue after that.

 

Posted (edited)

Either use _Singleton or Processlist in a loop to check for more than one instance. 

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Singleton process we can check another process or exe, but I want to check if any instances of my own script is running and wait for its completion.

 

Present I am tracking that with a text file.But I think that is not a right way.

Posted

Please reread the help file for _Singleton. It is not limited to other processes or programs. 

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...