|
SMACC2
|
Result of a subprocess execution. More...
#include <cp_subprocess_executor.hpp>

Public Attributes | |
| int | exit_code |
| std::string | stdout_output |
| std::string | stderr_output |
| bool | timed_out |
| std::chrono::milliseconds | execution_time |
Result of a subprocess execution.
Definition at line 35 of file cp_subprocess_executor.hpp.
| std::chrono::milliseconds smacc2::client_core_components::SubprocessResult::execution_time |
Definition at line 41 of file cp_subprocess_executor.hpp.
Referenced by smacc2::client_core_components::CpSubprocessExecutor::executeCommand().
| int smacc2::client_core_components::SubprocessResult::exit_code |
Definition at line 37 of file cp_subprocess_executor.hpp.
Referenced by smacc2::client_core_components::CpSubprocessExecutor::executeCommand(), and cl_gcalcli::CpGcalcliConnection::executeGcalcli().
| std::string smacc2::client_core_components::SubprocessResult::stderr_output |
Definition at line 39 of file cp_subprocess_executor.hpp.
Referenced by smacc2::client_core_components::CpSubprocessExecutor::executeCommand(), and cl_gcalcli::CpGcalcliConnection::executeGcalcli().
| std::string smacc2::client_core_components::SubprocessResult::stdout_output |
Definition at line 38 of file cp_subprocess_executor.hpp.
Referenced by smacc2::client_core_components::CpSubprocessExecutor::executeCommand().
| bool smacc2::client_core_components::SubprocessResult::timed_out |
Definition at line 40 of file cp_subprocess_executor.hpp.
Referenced by smacc2::client_core_components::CpSubprocessExecutor::executeCommand(), and cl_gcalcli::CpGcalcliConnection::executeGcalcli().