View Single Post
  #247  
Old 13.12.2017, 14:22
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Agita View Post
2) is there a function for links like mylink.hasStopMark() ?
API call can be used to get the stopmarkedlink, which can then be compared with 'mylink.'
Code:
var stopMarkedLink = callAPI("downloadsV2", "getStopMarkedLink");

Quote:
4) how to execute a scipt just once (if i wanna create an infinite while(true)-loop)
would setting "interval = 99999999....." do the job?
Tried the event trigger "Jdownloader started"? Mainly depends on the type of script. Can also build/use time based events.
Reply With Quote