The Process class is used to start external programs and communicate with them via their standard input, output and error streams.
Exception thrown when the process cannot be created.
Exception thrown when the parent process cannot be forked.
Exception thrown when the process cannot be killed.
Exception thrown when the parent process tries to wait on the child process and fails.
Redirect flags for processes. Defined outside process class to cut down on verbosity.
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2006 Juan Jose Comellas. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.