Click or drag to resize

IProgressReporterGetSubTask(Double) Method

Creates a nested task.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProgressReporter GetSubTask(
	double workAmount
)

Parameters

workAmount  Double
The amount of work this sub-task performs in relation to the work of this task. That means, this parameter is used as a scaling factor for work performed within the subtask.

Return Value

IProgressReporter
A new progress monitor representing the sub-task. Multiple child progress monitors can be used at once; even concurrently on multiple threads.
See Also