Click or drag to resize

IStageInfo Interface

Provides information about a stage to a scheduler.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface IStageInfo

The IStageInfo type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets the stage configuration.
Public propertyIsReadyForScheduling
Gets a value indicating whether this stage is ready to be scheduled.
Public propertyStageId
Gets the stage ID.
Public propertyTasks
Gets the tasks in this stage.
Public propertyUnscheduledTaskCount
Gets the number of unscheduled tasks in this stage.
Top
See Also