IProgressReporterGetSubTask(Double) Method |
Creates a nested task.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IProgressReporterA new progress monitor representing the sub-task.
Multiple child progress monitors can be used at once; even concurrently on multiple threads.
See Also