過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > setLaunchWaitTimeOut (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

setLaunchWaitTimeOut (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップ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.

関連トピック