Constructor ExecuteTerminalCommandResult
ExecuteTerminalCommandResult(string?, string?, int)
Initializes a new instance of the AppUtils.ExecuteTerminalCommandResult struct with the specified output, error messages, and exit code.
public ExecuteTerminalCommandResult(string? output, string? error, int exitCode)
Parameters
output
stringThe standard output from the terminal command.
error
stringThe error messages, if any, from the terminal command.
exitCode
intThe exit code returned by the terminal command.
ExecuteTerminalCommandResult()
Initializes a new instance of the AppUtils.ExecuteTerminalCommandResult struct.
public ExecuteTerminalCommandResult()