RestartKind Enumeration

Represents the various kinds of restart requirements that can exist as a result of using this class.

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

Syntax

Copy
public enum RestartKind

 

Members

Name

Value Description

NONE

0

This value means that neither the wRTOS Subsystem nor the computer needs to be restarted.

SUBSYSTEM

10

This value means that the wRTOS Subsystem needs to be restarted before configuration changes will take effect.

COMPUTER

20

This value means that the computer to be restarted before configuration changes will take effect.

See Also: