Property | Type | Description | |
---|---|---|---|
error | string | ||
output | string | ||
success | bool |
Method | Description | |
---|---|---|
Result ( bool success, string output, string error = "" ) : System |
public Result ( bool success, string output, string error = "" ) : System | ||
success | bool | |
output | string | |
error | string | |
return | System |