of

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

Return

ForkOptions created by hand.