|  | 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
Syntaxpublic void AddAdditionalProgressValue(
	string typeName,
	float value
)
Public Sub AddAdditionalProgressValue ( 
	typeName As String,
	value As Single
)
public:
void AddAdditionalProgressValue(
	String^ typeName, 
	float value
)
member AddAdditionalProgressValue : 
        typeName : string * 
        value : float32 -> unit 
Parameters
- typeName
- Type: SystemString
 Name of the type that is the source of the value.
- value
- Type: SystemSingle
 The progress value.
 See Also
See Also