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.3572.0 (4.8.3572.0)
Syntaxvoid ReportStatus(
OperationStatus status
)
Parameters
- status OperationStatus
- The status to report.
See Also