All Bundles

CommandOutput

Output from system command call

Operations

GetCommand

Gets the command that was executed

method : public : GetCommand() ~ String
Return
TypeDescription
Stringcommand executed

GetOutput

Gets output from command

method : public : GetOutput() ~ String[]
Return
TypeDescription
String[]output from command

GetStatus

Gets the return status code for the command executed

method : public : GetStatus() ~ Int
Return
TypeDescription
Intstatus code

ToString

Creates a string representation of the command output

method : public : ToString() ~ String
Return
TypeDescription
Stringstring representation of the command output