0
Is there any way to identify the status of a program in Windows by searching through the process opened with java?
I am looking for a way to map a specific process of an executable to know if it is focused on the screen or minimized, thus stopping the process of a macro, pausing the execution of the Robot class when minimized the executable like the windows calculator for example.