-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some job processing controls for proofing/copies #266
Comments
Thanks - I'll copy / paste this into my own branch to move forward. |
michaelrsweet
added a commit
that referenced
this issue
Mar 11, 2023
michaelrsweet
added a commit
that referenced
this issue
Mar 11, 2023
Renaming functions to |
papplJobResume() is already defined with a different parameter signature, unless I've gotten my fetches and rebases all messed up (again)... |
@wifiprintguy That's certainly possible, current master has these in job.h: extern void pappJobResume(pappl_job_t *job, pappl_jreason_t remove) _PAPPL_PUBLIC;
extern void pappJobSuspend(pappl_job_t *job, pappl_jreason_t add) _PAPPL_PUBLIC; |
michaelrsweet
added a commit
that referenced
this issue
Aug 2, 2023
michaelrsweet
added a commit
that referenced
this issue
Sep 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposed additions:
These will go along with the changes for #265 to support proof print copies, INFRA, and the "job-cancel-after-xxx" Job Template attributes.
The text was updated successfully, but these errors were encountered: