IsHungAppWindow function user32
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;