IGUI Methods |
The IGUI type exposes the following members.
| Name | Description | |
|---|---|---|
| IsCancelRequested | Check if a user has requested this script to end | |
| IsWindowOpened | Check if a window is opened | |
| Refresh | Refresh all windows | |
| RunCommand | Run a command. A command is anything you can bind a hotkey to. | |
| SetCancelSupported | Tell the ui if the script should be possible to cancel | |
| SetProgress | Update console progress message | |
| SetQuery | Run a query and set it to the user interface. |