Companion
object Companion
Factories and other helpers for ExecOptions.
Properties
Link copied to clipboard
Default values for ExecOptions.
Functions
Link copied to clipboard
Link copied to clipboard
fun of(cwdString: String? = null, cwdUrl: URL? = null, env: Map<String, String>? = null, shell: String? = null, uid: Int? = null, gid: Int? = null, timeoutSeconds: Int? = null, killSignal: String = KILL_SIGNAL, maxBuffer: Int = MAX_BUFFER_DEFAULT, encoding: String = ENCODING, windowsHide: Boolean = WINDOWS_HIDE): ExecOptions