You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to add the ability to clear a print queue. It should be assumed that a person can only clear their own jobs.
We [...] had an issue related to the OS spooler caused by sending a bad ESC command to Star printers. Despite immediately correcting the change, we had no way to clear the queue and had to manually clear it on every device which had a huge impact on customers and our support team. Our primary objective is to avoid this havoc in the future.
IPP has Cancel-Job operation that will probably work. There is also a Purge-Jobs operation, but that also clears out the completed jobs, not just pending.
Request to add the ability to clear a print queue. It should be assumed that a person can only clear their own jobs.
Windows:
JOB_CONTROL_DELETE
onSetJob
.MacOS/Linux:
CANCEL
on the print job?The text was updated successfully, but these errors were encountered: