Click or drag to resize

ExternalDrivenBackgroundMonitorReporterEhSubTaskReport Method

Is called from the child subtasks.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void EhSubTaskReport(
	ExternalDrivenBackgroundMonitorReporter subtask,
	int level,
	double progressValue,
	string? text,
	OperationStatus status
)

Parameters

subtask  ExternalDrivenBackgroundMonitorReporter
The subtask (is the immediate child of this task).
level  Int32
The level. This value can be higher than the level of the immediate child (if a child of the child task is reporting).
progressValue  Double
The progress value.
text  String
The text.
status  OperationStatus

[Missing <param name="status"/> documentation for "M:Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter.EhSubTaskReport(Altaxo.Main.Services.ExternalDrivenBackgroundMonitor.Reporter,System.Int32,System.Double,System.String,Altaxo.OperationStatus)"]

See Also