job status reporting
This commit is contained in:
@@ -106,6 +106,7 @@ public class PrintServer
|
||||
else
|
||||
{
|
||||
_logger.LogWarning( $"Printer {printerIp} not found. Job cannot be submitted.");
|
||||
_statusReporter.ReportStatusAsync(job, PrintJobStatus.Failed);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user