ServerConsole.UsePerProcessConsoles Property

Gets/sets whether or not each real-time process displays output in its own real-time application console. If true, per-process consoles are used, otherwise only one console shows output from all real-time processes.

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

Copy
public bool UsePerProcessConsoles { get; set; }

Property Value

Type: Boolean

Implements

IConfigServerConsole.UsePerProcessConsoles

See Also: