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

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

構文

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

説明

Returns "TRUE" if the run state of an application on the webtop has changed since the last call to recievedEvent(). Otherwise it returns "FALSE".

過去のコマンド構文またはプログラムコードのスキップverdict = applet.receivedEvent();
if (verdict == "TRUE")
    alert("The run state of an application on the webtop has changed!");
else
    alert("No changes this time!");

Displays a dialog indicating whether the run state of an application has changed.

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

関連トピック