Click or drag to resize

AsyncTaskSetMaxProgress Method

set the maximum value for the progress bar

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetMaxProgress(
	double aMax
)

Parameters

aMax
Type: SystemDouble
maximum progress value
See Also