ComponentStatus Enumeration
This enumeration represents the states of various wRTOS components.
Namespace:
IntervalZero.MaxRT.wRTOS.Control
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public enum ComponentStatus
Members
|
Name |
Description |
|---|---|
|
Stopped |
The component is stopped. |
|
Started |
The component is started. |
|
Stopping |
The component is stopping. |
|
Starting |
The component is starting. |
|
Transitioning |
The component is either stopping or starting. |
|
Not Configured |
The component is either not configured or not in use. |
|
Error |
The component is in an error state. |
|
Unknown |
The component is in an unknown state. |
See Also: