pyui.wait - pytha-3d-cad/pytha-lua-api GitHub Wiki
Wait for the specified amount of time. This may be useful to display an intermediate (geometric) state to the user. Note that the user can cancel the plugin execution even during wait.
pyui.wait([duration])
Parameters
| Type | Description | |
|---|---|---|
duration |
number |
Waiting time in seconds |
Return value
None