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

setPausedState (print applet)

Syntax

Skip past command syntax or program codeboolean setPausedState(boolean state)

Description

The setPausedState method lets you pause and restart printing. Set state to true to pause and false to restart.

setPausedState reports success or failure by returning true or false.

Examples

Skip past command syntax or program codesetPausedState(0);

Restarts printing on the client device.

Related topics