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

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

構文

過去のコマンド構文またはプログラムコードのスキップString isOpenGroup(String location)

説明

Returns "TRUE" if the client has downloaded the contents of the application group from the server, and returns "FALSE" if the group's contents have not been downloaded.

location is the full TFN name of a group object.

This method can be used with either the webtop script applet or the webtop tray applet.

過去のコマンド構文またはプログラムコードのスキップverdict = applet.isOpenGroup(".../_ens/o=Indigo Insurance/cn=Applications");
if (verdict == "TRUE")
    alert("Contents of "Applications" downloaded!");
else
    alert("Contents of "Applications" NOT downloaded!");

Displays a dialog indicating whether the contents of the Applications group has been downloaded.

関連トピック