open fun interrupt(): Boolean
Attempt to interrupt the process.
Return
true if the process caught the signal
open fun interrupt(completionHandler: Handler<Void>): Boolean
Attempt to interrupt the process.
completionHandler - handler called after interrupt callback
Return
true if the process caught the signal