Set to true to disable EPiServer's connection with the scheduler. Default value (if the tag does not exist) is true.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Advanced)] [ConfigurationPropertyAttribute("enableScheduler", DefaultValue = "true", IsRequired = false)] [BoolValidatorAttribute] public bool EnableScheduler { get; set; } |