Secure Global Desktop Administration Guide > Applets > getLaunchWaitTimeOut (webtop script and webtop script applets)

getLaunchWaitTimeOut (webtop script and webtop script applets)

Syntax

void getLaunchWaitTimeOut(int newTimeOut)

Description

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.

Examples

timeout = applet.getLaunchWaitTimeOut();

Sets the variable timeout to the current maximum launch timeout.

Related topics