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

getLaunchWaitTimeOut (webtop script and webtop script applets)

Syntax

Skip past command syntax or program codevoid 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

Skip past command syntax or program codetimeout = applet.getLaunchWaitTimeOut();

Sets the variable timeout to the current maximum launch timeout.

Related topics