StreamSpecification Type
Various options to redirect streams.
Union cases
Union case | Description |
|
Retrieve the raw pipe from the process (the StreamRef is set with a stream you can write into for 'stdin' and read from for 'stdout' and 'stderr')
|
Full Usage:
Inherit
|
|
|
Redirect to the given stream (the stream must be provided by the user and be writeable for 'stdout' & 'stderr' and readable for 'stdin')
|