Guitar
Public Attributes | List of all members
ProcessStatus Class Reference

#include <MyProcess.h>

Collaboration diagram for ProcessStatus:
Collaboration graph
[legend]

Public Attributes

bool ok = false
 
int exit_code = std::numeric_limits<int>::min()
 
std::vector< char > output
 
std::string error_message
 
std::string log_message
 

Member Data Documentation

◆ error_message

std::string ProcessStatus::error_message

◆ exit_code

int ProcessStatus::exit_code = std::numeric_limits<int>::min()

◆ log_message

std::string ProcessStatus::log_message

◆ ok

bool ProcessStatus::ok = false

◆ output

std::vector<char> ProcessStatus::output

The documentation for this class was generated from the following file: