Click or drag to resize

DummyProgressReporterCreateSubTask Method

Creates a dummy subtask progress reporter.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IProgressReporter CreateSubTask(
	double workAmount,
	CancellationToken cancellationToken
)

Parameters

workAmount  Double
The amount of work represented by the subtask.
cancellationToken  CancellationToken
The cancellation token to associate with the subtask.

Return Value

IProgressReporter
The dummy progress reporter instance.
See Also