![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Outcome of a captured command. More...
#include <line/util/subprocess.h>
Public Attributes | |
| int | exitCode = -1 |
| Exit status, or -1 when the command could not run. | |
| std::string | out |
| Everything the command wrote to stdout. | |
| bool | timedOut = false |
| True when the deadline expired and the child was killed. | |
Outcome of a captured command.
Definition at line 42 of file subprocess.h.
| int line::util::ProcResult::exitCode = -1 |
Exit status, or -1 when the command could not run.
Definition at line 43 of file subprocess.h.
Referenced by line::util::capture(), line::io::docker_daemon_available(), line::io::docker_has_local_image(), line::qns::is_available(), line::jmt::jmt_solve_rest(), line::ldes::solver_ldes_text(), and line::qns::solver_qns_run_analyzer().
| std::string line::util::ProcResult::out |
Everything the command wrote to stdout.
Definition at line 44 of file subprocess.h.
Referenced by line::util::capture(), line::io::docker_has_local_image(), line::jmt::jmt_solve_rest(), line::jmt::solver_jmt_run_analyzer(), line::ldes::solver_ldes_text(), and line::qns::solver_qns_run_analyzer().
| bool line::util::ProcResult::timedOut = false |
True when the deadline expired and the child was killed.
Definition at line 45 of file subprocess.h.
Referenced by line::util::capture(), line::jmt::jmt_run(), line::jmt::jmt_run_docker(), line::ldes::solver_ldes_text(), and line::qns::solver_qns_run_analyzer().