CommandOutput
Output from system command call
Operations
GetCommand
Gets the command that was executed
method : public : GetCommand() ~ String
Return
Type | Description |
---|---|
String | command executed |
GetOutput
Gets output from command
method : public : GetOutput() ~ String[]
Return
Type | Description |
---|---|
String | output from command |
GetStatus
Gets the return status code for the command executed
method : public : GetStatus() ~ Int
Return
Type | Description |
---|---|
Int | status code |
ToString
Creates a string representation of the command output
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation of the command output |