Click or drag to resize

TaskProgressAddAdditionalProgressValue Method

Adds an additional progress value.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void AddAdditionalProgressValue(
	string typeName,
	float value
)

Parameters

typeName
Type: SystemString
Name of the type that is the source of the value.
value
Type: SystemSingle
The progress value.
See Also