Skip to main content
property Output.status
Output.status: std.process.ExitStatus
The status (exit code) of the process. property Output.stderr
Output.stderr: str
The data that the process wrote to stderr. property Output.stdout
Output.stdout: str
The data that the process wrote to stdout.