SubsystemState Enumeration

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

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 enum SubsystemState

Members

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

See Also: