adao99-tauri-plugin-printer 1.0.10

Tauri Plugin for printer access

## JobStatus


Blocked	512	
An error condition, possibly on a print job that precedes this one in the queue, blocked the print job.

Completed	4096	
The print job is complete, including any post-printing processing.

Deleted	256	
The print job was deleted from the queue, typically after printing.

Deleting	4	
The print job is in the process of being deleted.

Error	2	
The print job is in an error state.

None	0	
The print job has no specified state.

Offline	32	
The printer is offline.

PaperOut	64	
The printer is out of the required paper size.

Paused	1	
The print job is paused.

Printed	128	
The print job printed.

Printing	16	
The print job is now printing.

Restarted	2048	
The print job was blocked but has restarted.

Retained	8192	
The print job is retained in the print queue after printing.

Spooling	8	
The print job is spooling.

UserIntervention	1024	
The printer requires user action to fix an error condition.