Enum ComputerStatusType
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] List of all available computer status modes which can define the state of a computer.
public enum ComputerStatusType
Fields
Running = 1
The computer is in a running state.
Safe = 2
The computer is in a low-power safe state where limited operations are running.
Shutdown = 0
The computer is in a shut-down state.