Secure Global Desktop Administration Guide > Applets > setPausedState (print applet)
boolean setPausedState(boolean state)
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
.
setPausedState(0);
Restarts printing on the client device.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.