|  | Kea 3.1.0
    | 
Type for process state. More...
| Public Member Functions | |
| ProcessState () | |
| Constructor. | |
| Public Attributes | |
| bool | running_ | 
| true until the exit status is collected | |
| int | status_ | 
| 0 or the exit status | |
Type for process state.
Definition at line 36 of file process_spawn.cc.
| 
 | inline | 
| bool isc::asiolink::ProcessState::running_ | 
true until the exit status is collected
Definition at line 43 of file process_spawn.cc.
Referenced by ProcessState().
| int isc::asiolink::ProcessState::status_ |