ExternalDrivenBackgroundMonitorReporterEhSubTaskReport Method |
Is called from the child subtasks.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void EhSubTaskReport(
ExternalDrivenBackgroundMonitorReporter subtask,
int level,
double progressValue,
string? text,
OperationStatus status
)
Parameters
- subtask ExternalDrivenBackgroundMonitorReporter
- The subtask (is the immediate child of this task).
- level Int32
- The level. This value can be higher than the level of the immediate child (if a child of the child task is reporting).
- progressValue Double
- The progress value.
- text String
- The text.
- status OperationStatus
- The reported operation status.
See Also