Processor-Result

This commit is contained in:
Michael Schimmel
2025-07-11 12:00:36 +02:00
parent 487169afe0
commit 021ff61774
5 changed files with 52 additions and 32 deletions
+3 -1
View File
@@ -436,7 +436,9 @@ begin
DataFile.Chain(
function(const Data: TArray<TDataPoint<T>>): TState
begin
Processor.ProcessData(Data);
if not Processor.ProcessData(Data) then
exit( TState.Null );
Result := ProcessFile(nextFileInfo, nextFile, cTerminated, Processor);
end
);