View Single Post
  #18  
Old 06.06.2019, 13:55
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by pbm2 View Post
'Download Controller Stopped' does execute the script if extraction is still going on.
You can prevent it by using the following loop, before executing your call:
Code:
while (callAPI("extraction", "getQueue").length) sleep(60000);
Reply With Quote