SubsystemStartMode Enumeration

This enumeration represents the various ways the RTX64 real-time Subsystem can be configured to start.

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

Syntax
public enum SubsystemStartMode
Members
Member nameValueDescription
DEMAND_START0 This value indicates the real-time Subsystem does not start until you start it manually or until an RTSS process runs.
BOOT_START1 This value indicates the real-time Subsystem starts at boot time.
See Also