CommandOutput
Output from system command call
Operations
GetCommand
Gets the command that was executed
method : public : GetCommand() ~ StringReturn
| 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() ~ IntReturn
| Type | Description |
|---|---|
| Int | status code |
ToString
Creates a string representation of the command output
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation of the command output |