Optionalexit_The UNIX exit code returned by the process. 0 indicates success; any non-zero value indicates an error. null if the process did not terminate normally.
OptionaloutputThe combined stdout and stderr output produced by the command. null if the command produced no output.
The result of executing a shell command on an agent's computer environment. Contains the captured output and the process exit code.