Page 1 of 1

Close process issue

Posted: Tue Sep 16, 2014 6:25 pm
by RRobert
Hello,

when I issue

Code: Select all

global tProcess

put "ssh -N -D 8010 username@server" into tProcess
open process tProcess
the process is being created but I could not close the process afterwards with

Code: Select all

global tProcess
close process tProcess
I still see it the process list as well as via "put the openprocesses".

Any idea whats my fault?

Edit: I will use "kill process" as a workaround.

Thanks,
Robert