Click or drag to resize

TaskTypeInfo Constructor

Initializes a new instance of the TaskTypeInfo class.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public TaskTypeInfo(
	Type taskType
)

Parameters

taskType
Type: SystemType
Type of the task.
See Also