Secure Global Desktop Administration Guide > Applets > cancelCurrentJob (print applet)
boolean cancelCurrentJob()
The cancelCurrentJob
method cancels the most recent
print job in the Secure Global Desktop print
queue. cancelCurrentJob
reports success or failure by
returning true
or false
.
result = cancelCurrentJob();
Sets result to true or false depending on whether the job was successfully canceled.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.