send status out of paper

This commit is contained in:
EugeneTes
2026-02-12 15:45:49 +01:00
parent b63bd4e84d
commit 59d24cff25
4 changed files with 1019 additions and 3 deletions

View File

@@ -4,5 +4,6 @@ public enum PrintJobStatus
{
Received=1,
Completed=2,
Failed=3
Failed=3,
OutOfPaper=4,
}