Skip to main content
Aspect Build docs home page
Ask AI
Copy page
Search...
Aspect Build docs home page
Search...
Navigation
Sign Up
On this page
Output.status
Output.stderr
Output.stdout
Reference
Output
Output.status
Output
.
status
:
‘
std.process.ExitStatus
’
The status (exit code) of the process.
Output.stderr
Output
.
stderr
:
‘
str
’
The data that the process wrote to stderr.
Output.stdout
Output
.
stdout
:
‘
str
’
The data that the process wrote to stdout.
Assistant
Responses are generated using AI and may contain mistakes.