Click or drag to resize

IStageInfoTasks Property

Gets the tasks in this stage.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
IEnumerable<ITaskInfo> Tasks { get; }

Property Value

Type: IEnumerableITaskInfo
A list of the tasks.
See Also