| 311 | } |
| 312 | |
| 313 | int Script::ExecuteAsync(const IECommandExecutor& command_executor, |
| 314 | const Json::Value& args, |
| 315 | HWND* async_executor_handle) { |
| 316 | return this->ExecuteAsync(command_executor, args, 0, async_executor_handle); |
| 317 | } |
| 318 | |
| 319 | int Script::ExecuteAsync(const IECommandExecutor& command_executor, |
| 320 | const Json::Value& args, |
no test coverage detected