Project: System Information Unit.
Unit: PJSysInfo.
Applies to: ~>5.32
This is an enumerated type that provides information about how a computer was powered on.
The meaning of the different values are as follows:
| Value | Power-on reason |
|---|---|
| wutReserved | Value reserved by SMBIOS reference specification |
| wutOther | Other, unspecified reason |
| wutUnknown | Unknown reason |
| wutAPMTimer | Advanced power management timer event |
| wutModemRing | Wake-on-modem or wake-on-ring event |
| wutLANRemote | Wake-on-LAN (WoL) event |
| wutPowerSwitch | Computer power switch turned on |
| wutPCIPME | PCI power management event |
| wutACPowerRestored | Automatically switched on after AC power restored |
A value of this type is returned by the TPJBiosInfo.SystemWakeupType method.