  | JobServerConfigurationElementSchedulingThreshold Property | 
            Gets or sets the percentage of tasks of the input channel's sending stage that need to be finished before a stage can be scheduled.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic float SchedulingThreshold { get; set; }Public Property SchedulingThreshold As Single
	Get
	Set
public:
property float SchedulingThreshold {
	float get ();
	void set (float value);
}member SchedulingThreshold : float32 with get, set
Property Value
SingleA value between 0 and 1 that indicates the scheduling threshold. The default value is 0.4.
See Also