ServerConsole.DisplayUserInterface Property
This property controls whether the wRTOS Server Console displays program output. If set to true, program output is displayed, otherwise it is not displayed. Logging of program output is configured independently from this configuration setting (see property LogDataToFile).
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public bool DisplayUserInterface { get; set; }
Property Value
Type: Boolean
Implements
IConfigServerConsole.DisplayUserInterface
See Also: