Click or drag to resize

ExternalDrivenBackgroundMonitorReporterReportProgress(String, Double) Method

Reports the progress as a text string.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ReportProgress(
	string text,
	double progressValue
)

Parameters

text  String
Report text
progressValue  Double
The progress as fraction (0..1).

Implements

IProgressReporterReportProgress(String, Double)
See Also