| 95 | void set_script_wait_required(const bool value) { this->script_wait_required_ = value; } |
| 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_; } |
no outgoing calls
no test coverage detected