System[.Posix].Process question

5 Nov
2008
5 Nov
'08
4:34 p.m.
Hello. I am looking for something like System.Process.runInteractiveProcess (which gives me the in/out/err handles, which I like) but instead of ProcessHandle, I want a System.Posix.Types.ProcessID because I want to send a specific signal later. It seems that to a ProcessHandle I can only send SIGKILL (via System.Process.terminateProcess), and this is bad because the target process cannot intercept and handle it. In my case, it needs to cleanup (namely, kill its children). Thanks, J.W.
6157
Age (days ago)
6157
Last active (days ago)
0 comments
1 participants
participants (1)
-
Johannes Waldmann