Processor-Result
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user