Companion

object Companion

Factories and other helpers for ForkOptions.

Properties

Link copied to clipboard

Default values for ForkOptions.

Functions

Link copied to clipboard
fun from(parent: ProcessHandle, other: Value?): ForkOptions
Link copied to clipboard
fun of(parent: ProcessHandle, cwdString: String? = null, cwdUrl: URL? = null, argv0: String? = null, detached: Boolean = false, 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, serialization: String = SERIALIZATION, windowsHide: Boolean = WINDOWS_HIDE, windowsVerbatimArguments: Boolean = shell == "CMD"): ForkOptions