| 115 | HWND executor_handle(void) const { return this->executor_handle_; } |
| 116 | |
| 117 | void set_is_closing(const bool value) { this->is_closing_ = value; } |
| 118 | void set_is_awaiting_new_process(const bool value) { |
| 119 | this->is_awaiting_new_process_ = value; |
| 120 | } |