Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > getActive (print applet)

getActive (print applet)

Syntax

Skip past command syntax or program codeboolean 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

Skip past command syntax or program codeamIActive = getActive();

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

Related topics