Click or drag to resize

JobConfigurationAddAdditionalProgressCounter Method

Adds an additional progress counter for the specified type.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool AddAdditionalProgressCounter(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: Boolean
if the additional counter was added; if type was already added or didn't define an additional progress counter.
See Also