| 96 | |
| 97 | HWND script_executor_handle(void) const { return this->script_executor_handle_; } |
| 98 | void set_script_executor_handle(HWND value) { this->script_executor_handle_ = value; } |
| 99 | |
| 100 | bool is_closing(void) const { return this->is_closing_; } |
| 101 | bool is_awaiting_new_process(void) const { return this->is_awaiting_new_process_; } |
no outgoing calls
no test coverage detected