Subsystem.WatchdogEnabled Property
Accesses the configuration parameter that enables or disables runaway real-time thread detection. If this configuration parameter is set to true, runaway thread detection is enabled, otherwise it is disabled. If a real-time thread executes continuously for more than the amount of time specified by property IntervalZero.MaxRT.wRTOS.Config.Subsystem.WatchdogTimeout, all real-time threads are suspended on all processors, and those real-time processes must be terminated with the RTSSkill utility. In a production environments, it is recommended this this configuration parameter be set to false to disable runaway thread detection.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public bool WatchdogEnabled { get; set; }
Property Value
Type: Boolean
Implements
IConfigSubsystem.WatchdogEnabled
See Also: