Closed s1hofmann closed 2 years ago
Application.open()
on Windows 10 returns a different PID than the actual program running, e.g.
DEBUG [2018-07-12 13:49:04.370] - verify app calc.exe PID:6052 is running
INFO [2018-07-12 13:49:04.466] - Application 'calc.exe PID:6052' is running
Actual running application:
Calculator.exe, PID:2652
In our recent test the call to
Application.close()
in afinally
block failed and the application dind't closed.