Click or drag to resize

TaskProgress.AddAdditionalProgressValue 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: System.String
Name of the type that is the source of the value.
value
Type: System.Single
The progress value.
See Also