IsSystemResumeAutomatic function kernel32

bool IsSystemResumeAutomatic()

Determines the current state of the computer.

To learn more, see learn.microsoft.com/windows/win32/api/winbase/nf-winbase-issystemresumeautomatic.

Implementation

@pragma('vm:prefer-inline')
bool IsSystemResumeAutomatic() => _IsSystemResumeAutomatic() != FALSE;