detachProcess() vs destroyProcess()

In ProcessHandler, what is the difference between detachProcess() and destroyProcess()?
What is the process detached from?

0
1 comment
Avatar
Permanently deleted user

Prashant Deva wrote:

In ProcessHandler, what is the difference between detachProcess() and destroyProcess()?
What is the process detached from?

---
Original message URL: http://www.jetbrains.net/devnet/message/5238309#5238309

I'd imagine that detach leaves the process running, whereas destroy
kills it.

N.

0

Please sign in to leave a comment.