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
  • Webtop script applet
  • Webtop tray applet
  • setLaunchWaitTimeOut (webtop script and webtop tray applets)