Subsystem.State 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 wRTOS Activation and Configuration utility or function RtfwSetProcessorConfiguration. This enumerator does not apply to the TCP/IP Stack.

Namespace:  IntervalZero.MaxRT.wRTOS.Control
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public SubsystemState State { get; }

Property Value

Type: SubsystemState

Implements

IControlSubsystem.State

See Also: