Skip to main content
Aspect Build docs home page
Search...
⌘K
Sign Up
Aspect Build docs home page
Search...
⌘K
Ask AI
Sign Up
Sign Up
Search...
Navigation
On this page
Output.status
Output.stderr
Output.stdout
Reference
Output
Copy page
Copy page
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.
⌘I