Companion
object Companion
Factories and other helpers for ExecSyncOptions.
Properties
Link copied to clipboard
Default values for ExecSyncOptions.
Functions
Link copied to clipboard
Link copied to clipboard
fun of(cwdString: String? = null, cwdUrl: URL? = null, input: Any? = null, stdio: StdioConfig = StdioConfig.DEFAULTS, 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): ExecSyncOptions