RestartKind Enumeration |
Represents the various kinds of restart requirements that can exist as a result of using this class. For a
similar property that represents the need to restart the RT-TCP/IP stack, see
IntervalZero.RTX64.Network.RestartNeeded.
Namespace:
IntervalZero.RTX64.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)


Member name | Value | Description | |
---|---|---|---|
NONE | 0 | This value means that neither the RTX64 Subsystem nor the computer needs to be restarted. | |
SUBSYSTEM | 10 | This value means that the RTX64 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. |
