void getLaunchWaitTimeOut(int newTimeOut)
Returns the maximum length of time in seconds to wait before
attempting a new launch, which may have been previously set with
setLaunchWaitTimeout
.
This method can be used with either the webtop script applet or the webtop tray applet.
timeout = applet.getLaunchWaitTimeOut();
Sets the variable timeout to the current maximum launch timeout.