Click or drag to resize

MultiPointSynchronizerNoJobCreatedRunCount Property

Gets or sets the 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 NoJobCreatedRunCount { get; protected set; }

Property Value

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