getAllRunningScripts

getAllRunningScripts ( ) : array

Returns an arry of maps containing script properties of all running scripts.
Here you can see different propeties in each map:
• name = name of the script
• url = main url of the script
• active = is the script is activated?
• regexFilterUrls = regex you configured to exclude some URLs
• idScript = ID of the script in your website
• uniqueId = unique ID of the script generated by Grimport Crawler (usefull for the Cloud)
• delayBetweenRequests = the delay (ms) between each HTTP requests
• httpAgent = HTTP Agent of the script
• maxUrl = maximum number of URLs to crawl
• cookieMode = the mode you select to follow cookies
• nbTasks = number of parallel tasks
• order = order in the analysis
• name = name of the script
• deepness = maximum deepness
• saveProgessionEachXUrls = parameter Make a progess backup every X urls visited
• isSynchronized = script is synchronized?
• initialScript = the INITIAL script
• forPageScript = the FORPAGE script
• finalScript = the FINAL script • crawlingId = the id of this crawling instance

See also

getScriptProperty
getVariableOnAnotherCrawling