Secure Global Desktop Administration Guide > Applets > setLaunchWaitTimeOut (webtop script and webtop tray applets)
void setLaunchWaitTimeOut(int newTimeOut)
Specifies the maximum length of time in seconds to wait before attempting a new launch.
Under normal circumstances, Secure Global Desktop 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.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.