SMACC2
Loading...
Searching...
No Matches
smacc2::client_core_components::SubprocessResult Struct Reference

Result of a subprocess execution. More...

#include <cp_subprocess_executor.hpp>

Collaboration diagram for smacc2::client_core_components::SubprocessResult:
Collaboration graph

Public Attributes

int exit_code
 
std::string stdout_output
 
std::string stderr_output
 
bool timed_out
 
std::chrono::milliseconds execution_time
 

Detailed Description

Result of a subprocess execution.

Definition at line 35 of file cp_subprocess_executor.hpp.

Member Data Documentation

◆ execution_time

std::chrono::milliseconds smacc2::client_core_components::SubprocessResult::execution_time

◆ exit_code

int smacc2::client_core_components::SubprocessResult::exit_code

◆ stderr_output

std::string smacc2::client_core_components::SubprocessResult::stderr_output

◆ stdout_output

std::string smacc2::client_core_components::SubprocessResult::stdout_output

◆ timed_out

bool smacc2::client_core_components::SubprocessResult::timed_out

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