Click or drag to resize

ExternalDrivenBackgroundMonitorReporterCreateSubTask Method

Creates a named subtask.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

IProgressReporter
A reporter for the created subtask.
See Also