fallback support
This commit is contained in:
@@ -4,5 +4,6 @@ namespace Inspectron.Epson.PrintServer;
|
||||
|
||||
public interface IPrintJobSource
|
||||
{
|
||||
Task StartAsync();
|
||||
Task<PrintJob> GetNextJobAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user