Click or drag to resize

StageConfigurationTaskTypeInfo Property

Gets information about the task type.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public TaskTypeInfo TaskTypeInfo { get; }

Property Value

Type: TaskTypeInfo
The TaskTypeInfo for the TaskType, or if the type has not been set.
See Also