start

open override fun start()

Launch the child process.

Set the inStream and outStream to readers and writers for its STDOUT and STDIN respectively if successful. Set processLauchFail to the exception raised if launching produces an exception.

Throws

if the process is already running.

Sources

jvm source
Link copied to clipboard