| 90 | |
| 91 | bool wait_required(void) const { return this->wait_required_; } |
| 92 | void set_wait_required(const bool value) { this->wait_required_ = value; } |
| 93 | |
| 94 | bool script_wait_required(void) const { return this->script_wait_required_; } |
| 95 | void set_script_wait_required(const bool value) { this->script_wait_required_ = value; } |
no outgoing calls
no test coverage detected