void setLaunchWaitTimeOut(int newTimeOut)
Specifies the maximum length of time in seconds to wait before attempting a new launch.
Under normal circumstances, Tarantella does not allow an
application launch to start until the previous application launch has
been completed. setLaunchWaitTimeOut
allows the webtop
to be told the maximum length of time to wait before attempting the
next launch.
This method can be used with either the webtop script applet or the webtop tray applet.
applet.setLaunchWaitTimeOut(10)
Waits a maximum of 10 seconds before attempting a new launch.