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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ReportStatus(
OperationStatus status
)
Parameters
- status OperationStatus
[Missing <param name="status"/> documentation for "M:Altaxo.IProgressReporter.ReportStatus(Altaxo.OperationStatus)"]
See Also