Hi,
I want to close the Chromium browser using xojo. (linux)
I try to get the information from forum… Unfortunately I didn’t get the same.
Kindly advice the same.
Hi,
I want to close the Chromium browser using xojo. (linux)
I try to get the information from forum… Unfortunately I didn’t get the same.
Kindly advice the same.
There’s no direct way to do it. Best I can think of is to create a Shell object, get a process list with ps
and then call kill
.
Keep in mind that apps going away on their own is very startling to users so do this with caution.