Delegate FrequencySweepEventDelegates.ExecutionProgressUpdateDelegate
Delegate for Progress Update event.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public delegate void ExecutionProgressUpdateDelegate(int percentage, double remainingMin, double totalMin);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | percentage | The measurement progress in percentage related to the currently running measurement. |
System.Double | remainingMin | The remaining measurement time in minutes related to the currently running measurement. |
System.Double | totalMin | The total measurement time in minutes related to the currently running measurement. |