Methods
From AutoIt X
Process methods Reference
Below is a complete list of the methods available in AutoItX. Click on a method name for a detailed description.
| Method | Description |
|---|---|
| ProcessClose | Terminates a named process |
| ProcessExists | Checks to see if a specified process exists |
| ProcessSetPriority | Changes the priority of a process |
| ProcessWait | Pauses script execution until a given process exists |
| ProcessWaitClose | Pauses script execution until a given process does not exist |
| Run | Runs an external program |
| RunAs | Runs an external program |
| RunAsWait | Runs an external program |
| RunWait | Runs an external program and pauses script execution until the program finishes |
| Shutdown | Shuts down the system |