Click or drag to resize

IStatusBarServiceCreateProgressReporter Method

Creates a new IProgressMonitor that can be used to report progress to the status bar.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProgressReporter CreateProgressReporter(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
Cancellation token to use for CancellationToken

Return Value

IProgressReporter
The new IProgressMonitor instance. This return value must be disposed once the background task has completed.
See Also