Subsystem.DisableWindowsIdleDetection Property
This property specifies whether the Subsystem should disable Windows Idle Detection. If this property is true, the Subsystem disables Windows Idle Detection, otherwise it does not disable it. When this property is set to true, Windows Idle Detection is only disabled when the wRTOS Subsystem is running.
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 DisableWindowsIdleDetection { get; set; }
Property Value
Type: Boolean
Implements
IConfigSubsystem.DisableWindowsIdleDetection
See Also: