DummyProgressReporterCreateSubTask Method |
Creates a dummy subtask progress reporter.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IProgressReporterThe dummy progress reporter instance.
See Also