Click or drag to resize

IdleTaskOptions Class

Defines options for idle tasks.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationIdleTaskOptions

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class IdleTaskOptions

The IdleTaskOptions type exposes the following members.

Constructors
  NameDescription
Public methodIdleTaskOptions
Initializes a new instance of the IdleTaskOptions class.
Top
Properties
  NameDescription
Public propertyAllowJobsRunning
Gets or sets a value indicating whether to run the task with jobs running.
Public propertyMinZeroJobCreatedRunCount
Gets or sets the minimum number of times the job building creation pass hasn't created any job.
Top
See Also