Click or drag to resize

ExternalDrivenBackgroundMonitorReporterReportStatus Method

Sets the operation status. Note: the status of the whole operation is the most severe status of all nested monitors. The more severe value persists even if the child monitor gets disposed.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ReportStatus(
	OperationStatus status
)

Parameters

status  OperationStatus
The status to report.

Implements

IProgressReporterReportStatus(OperationStatus)
See Also