boolean cancelCurrentJob()
The cancelCurrentJob
method cancels the most recent
print job in the Tarantella 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.