Subsystem.StateEx Property |
Returns the current state of the Subsystem without waiting to lock the Subsystem start/stop mutex. This property returns these Subsystem state enumerators:
Enumerator | Meaning |
---|---|
SubsystemState.STOPPED | The Subsystem or Stack is stopped. |
SubsystemState.STARTED | The Subsystem or Stack is started. |
SubsystemState.TRANSITIONING | The Subsystem or Stack is transitioning between a stopped and started state. This status is reported when the Subsystem or Stack is starting or stopping. |
SubsystemState.NOT_CONFIGURED | The Subsystem has not been configured using the RTX64 Activation and Configuration utility or function RtfwSetProcessorConfiguration. This enumerator does not apply to the RT-TCP/IP Stack. |
Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

