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

getEnabled (print applet)

Syntax

boolean getEnabled()

Description

The getEnabled method lets you check whether a print applet can be the working applet.

getEnabled returns true if a print applet can be the working applet and false if it can't.

Examples

amIEnabled = getEnabled();

Determines whether the print applet can be the working applet.

Related topics