> For the complete documentation index, see [llms.txt](https://hntarnsmwre.gitbook.io/hnta-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hntarnsmwre.gitbook.io/hnta-plugins/how-to/use-in-build-functions/wait.md).

# Wait

```
int one = 1000;
int two = 5000;
some_else.wait.waiting(one,two);
```
