fallback support

This commit is contained in:
EugeneTes
2026-02-05 09:31:38 +01:00
parent 08da2c1e3e
commit f0ae32c9e5
8 changed files with 165 additions and 721 deletions

View File

@@ -4,5 +4,6 @@ namespace Inspectron.Epson.PrintServer;
public interface IPrintJobSource
{
Task StartAsync();
Task<PrintJob> GetNextJobAsync(CancellationToken cancellationToken);
}