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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void AddAdditionalProgressValue(
	string? typeName,
	float value
)

Parameters

typeName  String
Name of the type that is the source of the value.
value  Single
The progress value.
See Also