IsHungAppWindow function user32

bool IsHungAppWindow(
  1. HWND hwnd
)

Determines whether the system considers that a specified application is not responding.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-ishungappwindow.

Implementation

@pragma('vm:prefer-inline')
bool IsHungAppWindow(HWND hwnd) => _IsHungAppWindow(hwnd) != FALSE;