View Single Post
  #309  
Old 13.02.2018, 10:09
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by RPH View Post
... how can I check if another script is running ??? I don't want the update to run if my "Event: when download controller stops" script is running.
Use setProperty() to set a global property in your "Event: when download controller stops" script to indicate that it is running and use getProperty() in your update script to access/check that property before restarting to update.
Reply With Quote