subprocess::IOTYPE

Used for redirecting input/output/error

Synopsis

Declared in <util/subprocess.h>

enum IOTYPE;

Members

NameDescription
STDOUT Redirect to the standard output channel.
STDERR Redirect to the standard error channel.
PIPE Redirect through a pipe connected to the parent process.