setLaunchOptions ( string options ) : void
Allows you to change the options of the script while it is running. This method works well most of the time but is less rigorous than if you specify these parameters at the start of the script.
Example
setLaunchOptions("timeout=3000,maxUrlInQueue=100000,fiddlerProxy,"))
See also
getLaunchOptionsParameters
options
Options separated by comas. Enter the text as you would enter it in the Grimport script launch parameters. Ex: timeout=3000,maxUrlInQueue=100000,fiddlerProxy,