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
outputstringThe standard output from the terminal command.
errorstringThe error messages, if any, from the terminal command.
exitCodeintThe exit code returned by the terminal command.
ExecuteTerminalCommandResult()
Initializes a new instance of the AppUtils.ExecuteTerminalCommandResult struct.
public ExecuteTerminalCommandResult()