ServerConsole.AutoClose Property

Gets/sets whether real-time application consoles close automatically. If true, the consoles close automatically, otherwise they remain open until the user closes them. When configured to close automatically, and if property UsePerProcessConsoles is true, each console closes when its corresponding real-time process terminates. When UsePerProcessConsoles is false, the single console closes when the Subsystem stops.

NOTE: When AutoClose is set to true, console output generated by a real-time process shortly before it terminates may not to be displayed, as its corresponding console has already automatically closed.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool AutoClose { get; set; }

Property Value

Type: Boolean

Implements

IConfigServerConsole.AutoClose
See Also