job status reporting
This commit is contained in:
6
Inspectron.Epson/Queue/IJobStatusReporter.cs
Normal file
6
Inspectron.Epson/Queue/IJobStatusReporter.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
public interface IJobStatusReporter
|
||||
{
|
||||
Task ReportStatusAsync(PrintJob job, PrintJobStatus status);
|
||||
}
|
||||
Reference in New Issue
Block a user