- // under Unix, if the process is the group leader then killing -pid kills
- // all children as well as pid
+ // under Unix, if the process is the group leader then passing wxKILL_CHILDREN to wxKill
+ // kills all children as well as pid
// return detailed error in rc if not NULL
WXDLLIMPEXP_BASE int wxKill(long pid,
wxSignal sig = wxSIGTERM,
// return detailed error in rc if not NULL
WXDLLIMPEXP_BASE int wxKill(long pid,
wxSignal sig = wxSIGTERM,
// Execute a command in an interactive shell window (always synchronously)
// If no command then just the shell
// Execute a command in an interactive shell window (always synchronously)
// If no command then just the shell