ExternalDrivenBackgroundMonitorReporterCreateSubTask Method |
Creates a named subtask.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IProgressReporter CreateSubTask(
double fractionOfWork,
CancellationToken cancellationTokenSoft,
CancellationToken cancellationTokenHard,
string taskName
)
Parameters
- fractionOfWork Double
- The fraction of work represented by the subtask.
- cancellationTokenSoft CancellationToken
- The soft-cancellation token.
- cancellationTokenHard CancellationToken
- The hard-cancellation token.
- taskName String
- The task name.
Return Value
IProgressReporterA reporter for the created subtask.
See Also