PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::integration_test::process_result Struct Reference

Result of a process execution. More...

#include <test_fixtures.h>

Collaboration diagram for kcenon::pacs::integration_test::process_result:
Collaboration graph

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.
 

Detailed Description

Result of a process execution.

Definition at line 845 of file test_fixtures.h.

Member Data Documentation

◆ duration

std::chrono::milliseconds kcenon::pacs::integration_test::process_result::duration {0}

Execution duration.

Definition at line 849 of file test_fixtures.h.

849{0};

◆ exit_code

int kcenon::pacs::integration_test::process_result::exit_code {-1}

Process exit code.

Definition at line 846 of file test_fixtures.h.

846{-1};

Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().

◆ stderr_output

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().

◆ stdout_output

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().

◆ timed_out

bool kcenon::pacs::integration_test::process_result::timed_out {false}

Whether the process timed out.

Definition at line 850 of file test_fixtures.h.

850{false};

Referenced by kcenon::pacs::integration_test::process_launcher::run_posix().


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