Secure Global Desktop Administration Guide > Applets > isRunning (webtop script and webtop tray applets)
String isRunning(String objectName)
Returns "TRUE" if the object is a running application; otherwise, it returns "FALSE".
objectName is the full TFN name of an object on the user's webtop.
This method can be used with either the webtop script applet or the webtop tray applet.
verdict = applet.isRunning(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List"); if (verdict == "TRUE") alert("The object is a running application!"); else alert("The object is NOT a running application!");
Displays a dialog indicating whether the Phone List object is a running application or not.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.