vertx / io.vertx.rxjava.ext.shell.system / Process / interrupt

interrupt

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.

Parameters

completionHandler - handler called after interrupt callback

Return
true if the process caught the signal