Shell.Result

The result of executing a process.

class Shell
struct Result {}

Members

Variables

output
string output;

The output produced by the process.

statusCode
int statusCode;

The status code returned by the process.

Meta