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:
EnumeratorMeaning
SubsystemState.STOPPEDThe Subsystem or Stack is stopped.
SubsystemState.STARTEDThe Subsystem or Stack is started.
SubsystemState.TRANSITIONINGThe 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_CONFIGUREDThe 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.

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

Syntax
public SubsystemState StateEx { get; }

Property Value

Type: SubsystemState
See Also