Macro BOOST_PROCESS_EXITSTATUS
BOOST_PROCESS_EXITSTATUS
Synopsis
Description
On Windows BOOST_PROCESS_EXITSTATUS
is a static cast to int
. On POSIX it is set to WEXITSTATUS
.
You can use BOOST_PROCESS_EXITSTATUS
for the return value of boost::process::wait_for_exit to get the exit status of a process.