Process
A child process.
Properties
Functions
Link copied to clipboard
Close stdin handles and free resources so allow process to complete.
Link copied to clipboard
suspend fun Process.communicate(input: String = "", timeout: Duration? = null, killTimeout: Duration? = null): CommunicateResult
Communicate with the process and wait for its termination.
Link copied to clipboard
Send the given signal to the child process.
Link copied to clipboard
Wait for the process to terminate.
Wait for the process to terminate, using a timeout.