Win32WindowIsHungApp Property |
Determines whether the system considers that a specified application is not responding.
An application is considered to be not responding if it is not waiting for input, is not in startup processing, and has not called PeekMessage within the internal timeout period of 5 seconds.
This function is not intended for general use. It may be altered or unavailable in subsequent versions of Windows.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsHungApp { get; }
Property Value
Type:
Booleantrue if this window stops responding; otherwise,
false.
See Also