cloudprint
cloudprint copied to clipboard
UI State not available on print job
Google Cloud Print provides a UI State that includes a summary, progress of a job, and a cause for display use. Parsing that information into the print_job
would help us display errors correctly with the same terminology as Google's UI.
I created a pull request for this.
https://github.com/thegengen/cloudprint/pull/28