SubsystemState Enumeration

This enumeration represents the possible states of the RTX64 real-time Subsystem.

Namespace:  IntervalZero.RTX64.Control
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public enum SubsystemState
Members
Member nameValueDescription
STOPPED0 This value indicates the real-time Subsystem is stopped and that it stopped without errors.
STARTED1 This value indicates the real-time Subsystem is started and that it started without errors.
ERROR2 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.
UNKNOWN3 This value indicates the real-time Subsystem is in an unknown state This will happen if the ServiceController throws an exception
See Also