Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > setLaunchWaitTimeOut (webtop script and webtop tray applets)

setLaunchWaitTimeOut (webtop script and webtop tray applets)

Syntax

Skip past command syntax or program codevoid setLaunchWaitTimeOut(int newTimeOut)

Description

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.

Examples

Skip past command syntax or program codeapplet.setLaunchWaitTimeOut(10)

Waits a maximum of 10 seconds before attempting a new launch.

Related topics