Subsystem.MonitorState Enumeration

This enumeration represents the states of wRTOS Monitor.

Namespace:  IntervalZero.MaxRT.wRTOS.Monitor
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public enum MonitorState

Members

Name

Value Description

DISABLED

0

Monitoring is not enabled.

ENABLED

1

Monitoring is enabled but not started.

STARTED

2

Monitoring is both enabled and started.

PAUSED

3

Monitoring is both enabled and paused.

See Also: