Represents the result of a Python script execution.
Indicates whether the execution was aborted before completion.
The exit code returned by the Python process.
The standard error output from the execution.
The standard output from the execution.
Represents the result of a Python script execution.