#include <status.hpp>
Public Member Functions | |
bool | exited () const |
int | exit_status () const |
Protected Member Functions | |
status (int flags) | |
Protected Attributes | |
int | flags_ |
Friends | |
class | child |
This class represents the status returned by a child process after it has terminated. It only provides that information available under all supported platforms.
boost::process::status::status | ( | int | flags | ) | [inline, protected] |
bool boost::process::status::exited | ( | ) | const [inline] |
Returns whether the process exited gracefully or not.
int boost::process::status::exit_status | ( | ) | const [inline] |
int boost::process::status::flags_ [protected] |
OS-specific codification of exit status.