Jump to content

Laurent_NEWDOC

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

5 Neutral

About Laurent_NEWDOC

Personal Information

  • Occupation
    IT Consultant on PaperCut
  • Interests
    Computers, photography, travel
  • Location
    Paris
  • Homepage
    http://www.newdoc.fr

Employer (optional)

  • Company Represented
    NEWDOC
  1. Here he is: If PaperCut Client is running on the computer, it's possible to notify users when jobs are deleted. In this case, we need to add this line after "actions.job.cancel();": actions.client.sendMessage("Your print job was deleted because the printer is in error state"); -------------------------------------- /* * Delete jobs on error without confirmation */ function printJobHook(inputs, actions) { /* * If Print queue is in error: */ if (inputs.printer.isStatusError) { /* * Delete the print Jobs */ actions.job.cancel(); } }
  2. Hi, It's possible to delete future print jobs with a Papercut script on the print queue when a print job is already present in print queue and in error state. I could give you this script if you are interested.
×
×
  • Create New...