Click or drag to resize

IdleTaskOptionsMinZeroJobCreatedRunCount Property

Gets or sets the minimum number of times the job building creation pass hasn't created any job.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual int MinZeroJobCreatedRunCount { get; set; }

Property Value

Type: Int32
The minimum number of times the job building creation pass hasn't created any job.
See Also