Enum VirtualMachineState
Enumerates the known Hyper-V virtual machine states.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public enum VirtualMachineState
Fields
Name | Description |
---|---|
Off | The machine is turned off. |
Paused | The machine is paused. This can happen for Hyper-V instances running on Windows server due to the low available disk space: More Info |
Running | The machine is running. |
Saved | The machine has been saved. This is equivalent to hibernation of a physical machine. |
Starting | The machine is starting. |
Unknown | The current state cannot be determined or is not one of the known states below. |