![]() |
Kea 2.2.0
|
Type for process state. More...
Public Member Functions | |
| ProcessState () | |
| Constructor. More... | |
Public Attributes | |
| bool | running_ |
| true until the exit status is collected More... | |
| int | status_ |
| 0 or the exit status More... | |
Type for process state.
Definition at line 32 of file process_spawn.cc.
|
inline |
Constructor.
Definition at line 35 of file process_spawn.cc.
| bool isc::asiolink::ProcessState::running_ |
true until the exit status is collected
Definition at line 39 of file process_spawn.cc.
| int isc::asiolink::ProcessState::status_ |
0 or the exit status
Definition at line 42 of file process_spawn.cc.