|
PACS System 0.1.0
PACS DICOM system library
|
Result of a process execution. More...
#include <test_fixtures.h>

Public Attributes | |
| int | exit_code {-1} |
| Process exit code. | |
| std::string | stdout_output |
| Standard output. | |
| std::string | stderr_output |
| Standard error. | |
| std::chrono::milliseconds | duration {0} |
| Execution duration. | |
| bool | timed_out {false} |
| Whether the process timed out. | |
Result of a process execution.
Definition at line 845 of file test_fixtures.h.
| std::chrono::milliseconds kcenon::pacs::integration_test::process_result::duration {0} |
| int kcenon::pacs::integration_test::process_result::exit_code {-1} |
Process exit code.
Definition at line 846 of file test_fixtures.h.
Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().
| std::string kcenon::pacs::integration_test::process_result::stderr_output |
Standard error.
Definition at line 848 of file test_fixtures.h.
Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().
| std::string kcenon::pacs::integration_test::process_result::stdout_output |
Standard output.
Definition at line 847 of file test_fixtures.h.
Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().
| bool kcenon::pacs::integration_test::process_result::timed_out {false} |
Whether the process timed out.
Definition at line 850 of file test_fixtures.h.
Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().