Does anyone know how to determine if a Win32 Process is Hung? I can get a Process list with Win32::Process::Info, but I want to somehow check if the Process is hung.
Win32::Process::Info also provides lot of detailed info about the process. Don't know what to to look for that would indicate a Hung Process.