Skip to content

CompletedCommand

Result of a command that captures it's output.

returncode: int instance-attribute

Exit status of the child process. Typically, an exit status of 0 indicates that it ran successfully.

stderr: bytes instance-attribute

Captured standard error.

stdout: bytes instance-attribute

Captured standard output.