[Gambas-user] options to kill a process started via SHELL

bb adamnt42 at gmail.com
Fri Jul 8 15:17:04 CEST 2022


On Fri, 2022-07-08 at 22:41 +0930, bb wrote:
> On Fri, 2022-07-08 at 08:53 -0400, T Lee Davidson wrote:
> > But when Timer1_Timer kicked in it always said $Process was not
> > running (yet what it had invoked clearly was still running).
> Process.Running means it is actually executing, not that it exists.
> 
> b 
As in
 If $hProcess then killit
instead of
 If $hProcess.Running then killit

b



More information about the User mailing list