Comment 5 for bug 1808849

Revision history for this message
Chris Kosieracki (cckozie) wrote : Re: Problems with isRunning() and App.focus() on Mac in 12-14 build

Just noticed that there is also a related (I assume) response problem with closeApp.

from time import ctime

print(time.ctime())
tc = ('translationCore')
closeApp(tc)
print(time.ctime())

Tue Dec 18 11:40:10 2018

Tue Dec 18 11:40:27 2018