This commit is contained in:
meelstorm
2025-10-02 14:14:11 +02:00
parent 63afb2dcfb
commit 44748f2855
9 changed files with 193 additions and 99 deletions

View File

@@ -14,4 +14,6 @@ public class ImageProcessedEvent:IEvent
public bool HasError { get; set; }
public List<string> ErrorNames { get; set; }
public TimeSpan AnalysisTime { get; set; }
public TimeSpan AcquisitionTime { get; set; }
public TimeSpan SleepTime { get; set; }
}