Click or drag to resize

IStatusBarViewDisplayProgress Method

Displays progress information.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void DisplayProgress(
	string taskName,
	double progress,
	OperationStatus status
)

Parameters

taskName  String
The task name.
progress  Double
The progress value.
status  OperationStatus
The operation status.
See Also