Below is a complete list of the functions available in AutoIt. Click on a function name for a detailed description.
| Function | Description |
|---|---|
| Sleep | Pause script execution. |
| TimerDiff | Returns the difference in time from a previous call to TimerInit(). |
| TimerInit | Returns a handle that can be passed to TimerDiff() to calculate the difference in milliseconds. |