The getScriptTimeout and putScriptTimeout methods of the IServer interface retrieve or set the value of the ScriptTimeout property, respectively.
public abstract int getScriptTimeout(); public abstract void putScriptTimeout(int timeout);
Returns an integer that contains the ScriptTimeout value.
timeout | [in] An integer that contains the new ScriptTimeout value. |