Click or drag to resize

IJobInfoStages Property

Gets the stages of this job, in the order in which they should be scheduled.

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

Property Value

Type: IEnumerableIStageInfo
A list of the job's stages.
Remarks
See Also