View Single Post
  #310  
Old 13.02.2018, 15:13
RPH
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by mgpai View Post
Use callSync() to call an external process and wait for the process to return (end) before executing the next line in the code.

Enable the "Synchronous Execution" in a script, to wait for the current instance of the script to end, before executing subsequent instance(s) of the same script, if/when triggered.
Quote:
Originally Posted by mgpai View Post
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.
Alright, thanks !
Reply With Quote