SubsystemState Enumeration |
This enumeration represents the possible states of the RTX64 real-time Subsystem.
Namespace:
IntervalZero.RTX64.ControlAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)


Member name | Value | Description | |
---|---|---|---|
STOPPED | 0 | This value indicates the real-time Subsystem is stopped and that it stopped without errors. | |
STARTED | 1 | This value indicates the real-time Subsystem is started and that it started without errors. | |
ERROR | 2 | This value indicates the real-time Subsystem is in an unknown state or that only some of its services/drivers are started. If this value is obtained from property Subsystem.State while the Subsystem is in the process of starting or stopping, reading the property again in a few seconds will likely return STARTED or STOPPED. | |
UNKNOWN | 3 | This value indicates the real-time Subsystem is in an unknown state This will happen if the ServiceController throws an exception |
