Updated scanner to infer when it has reached the end of results.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace JSMR.Application.Scanning.Contracts;
|
||||
|
||||
public record VoiceWorkScanResult(
|
||||
DLSiteWork[] Works,
|
||||
bool EndOfResults
|
||||
);
|
||||
Reference in New Issue
Block a user