IStatusBarServiceCreateProgressReporter Method |
Creates a new
IProgressMonitor that can be used to report
progress to the status bar.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProgressReporter CreateProgressReporter(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- Cancellation token to use for
CancellationToken
Return Value
IProgressReporterThe new IProgressMonitor instance. This return value must be disposed
once the background task has completed.
See Also