Click or drag to resize

AsyncTaskSetProgress Method

sets the current progress value

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

Parameters

aProgressValue
Type: SystemDouble
the current progress value
See Also