class ref _ProcessWindows is _Process ref
new ref create( path: String val, args: Array[String val] val, vars: Array[String val] val, stdin: _Pipe ref, stdout: _Pipe ref, stderr: _Pipe ref) : _ProcessWindows ref^
fun box kill() : None val
fun ref wait() : I32 val
fun tag _make_cmdline( args: Array[String val] val) : String val
fun tag _make_environ( vars: Array[String val] val) : Array[U8 val] ref
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/process-_ProcessWindows