W3cubDocs

/Pony

_ProcessWindows

[Source]

class ref _ProcessWindows is
  _Process ref

Implements

Constructors

create

[Source]

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^

Parameters

Returns

Public fields

let hProcess: USize val

[Source]

Public Functions

kill

[Source]

fun box kill()
: None val

Returns

wait

[Source]

fun ref wait()
: I32 val

Returns

Private Functions

_make_cmdline

[Source]

fun tag _make_cmdline(
  args: Array[String val] val)
: String val

Parameters

Returns

_make_environ

[Source]

fun tag _make_environ(
  vars: Array[String val] val)
: Array[U8 val] ref

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/process-_ProcessWindows