Secure Global Desktop Administration Guide > Applets > getActive (print applet)

getActive (print applet)

Syntax

boolean getActive()

Description

The getActive method lets you determine whether the print applet attempts to make itself the working applet by returning true or false.

true means the print applet will actively attempt to make itself the working applet. false means the print applet won't make any special effort to do this (the default behavior).

Examples

amIActive = getActive();

Determines whether the print applet attempts to make itself the working applet.

Related topics