Is Process Running
This Automation Manager object returns true when the given application is found to running.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Application | String | Yes | The name of the process to be located. The asterisk, '*', can be used as a wild card. The name is the name of the process as found in 'Task Manager'. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | String | Returns True if the process is found, False otherwise. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Process | String | Yes | Firefox* |
Application: WinWord.exe or *word* (Microsoft Word)