Click or drag to resize

IProgressReporterReportStatus 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
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ReportStatus(
	OperationStatus status
)

Parameters

status  OperationStatus

[Missing <param name="status"/> documentation for "M:Altaxo.IProgressReporter.ReportStatus(Altaxo.OperationStatus)"]

See Also