PowerLineStatus Enumerazione
Definizione
Indica se l'alimentazione del sistema è collegata o se lo stato dell'alimentazione del sistema non è noto.Indicates whether the system power is online, or that the system power status is unknown.
public enum class PowerLineStatus
public enum PowerLineStatus
type PowerLineStatus =
Public Enum PowerLineStatus
- Ereditarietà
Campi
Offline | 0 | Il sistema è alimentato.The system power is not on. |
Online | 1 | Il sistema non è alimentato.The system power is on. |
Unknown | 255 | Non è possibile determinare lo stato dell'alimentazione del sistema.The status of the system power cannot be determined. |