PowerLineStatus 枚举
定义
指定系统电源状态。Specifies the system power status.
public enum class PowerLineStatus
public enum PowerLineStatus
type PowerLineStatus =
Public Enum PowerLineStatus
- 继承
字段
Offline | 0 | 系统处于脱机状态。The system is offline. |
Online | 1 | 系统处于联机状态。The system is online. |
Unknown | 255 | 系统的电源状态未知。The power status of the system is unknown. |