Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 755 Bytes

File metadata and controls

30 lines (18 loc) · 755 Bytes

SystemWakeupType method

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJBiosInfo

Applies to: ~>5.32

function SystemWakeupType: TPJBiosWakeupType;
  string;

Description

Identifies the event that caused the computer to power up.

Requires support for SMBIOS reference specification v2.1 or later.

Returns:

  • A value from the TPJBiosWakeupType enumerated type that describes the required power up event.

    Special return value:

    • wutUnknown is returned if either of the following conditions apply:
      • the BIOS is not supported;
      • the BIOS does not support the SMBIOS reference specification v2.1 or later.