Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SchedulerOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains settings for the scheduler

Inheritance
System.Object
SchedulerOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Scheduler.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Options]
public class SchedulerOptions

Constructors

SchedulerOptions()

Declaration
public SchedulerOptions()

Properties

Enabled

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Set to false to disable the scheduler. Default value is true.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

MaxExecutionAttempts

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Indicates the maximum number times jobs should be executed in case a controlled or uncontrolled server shutdown interrupted their execution. Default value is 10. ///

Declaration
public int MaxExecutionAttempts { get; set; }
Property Value
Type Description
System.Int32

PingTime

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Scheduler ping time. Default value is 30 seconds.

Declaration
public TimeSpan PingTime { get; set; }
Property Value
Type Description
System.TimeSpan

Extension Methods