job status reporting

This commit is contained in:
EugeneTes
2026-02-04 11:39:14 +01:00
parent 71ba4c1ff6
commit 2748c6586e
7 changed files with 54 additions and 6 deletions

View File

@@ -106,6 +106,7 @@ public class PrintServer
else
{
_logger.LogWarning( $"Printer {printerIp} not found. Job cannot be submitted.");
_statusReporter.ReportStatusAsync(job, PrintJobStatus.Failed);
}
}