Struct inapi::CommandResult
[−]
[src]
pub struct CommandResult {
pub exit_code: i32,
pub stdout: String,
pub stderr: String,
}Result attributes returned from the managed host.
Fields
exit_code: i32
Exit code for the shell command's process
stdout: String
Process's standard output
stderr: String
Process's standard error