Click or drag to resize

TaskContextTaskInput Property

Gets the task input for this task.

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

Property Value

Type: ITaskInput
The task input, or if this task doesn't have a task input.
See Also