Process module:System -package:unix -is:module -package:cryptonite -package:cmdargs -package:process package:streamly-process

An exception that is raised when a process fails.
The exit code of the process.
Deprecated: Please use pipeBytes instead.
Deprecated: Please use pipeChunks instead.
If True the new process starts a new process group, becomes a process group leader, its pid becoming the process group id. See the POSIX setpgid man page. Default is False, the new process belongs to the parent's process group.