SubsystemStartMode Enumeration |
This enumeration represents the various ways the RTX64 real-time Subsystem can be configured to start.
Namespace:
IntervalZero.RTX64.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)


Member name | Value | Description | |
---|---|---|---|
DEMAND_START | 0 | This value indicates the real-time Subsystem does not start until you start it manually or until an RTSS process runs. | |
BOOT_START | 1 | This value indicates the real-time Subsystem starts at boot time. |
