IProgressReporterReportProgress(String, Double) Method |
Reports the progress as a text string.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ReportProgress(
string text,
double progressValue
)
Parameters
- text String
- Report text
- progressValue Double
- The progress as fraction (0..1).
See Also