# IsProcessRunning

| **Name**    | ***IsProcessRunning***                                                    |
| ----------- | ------------------------------------------------------------------------- |
| Syntax      | IsProcessRunning (String processName)                                     |
| Purpose     | To check whether a process is currently running.                          |
| Description | Returns True if a specified process is running. Otherwise, returns False. |
| Return Type | Boolean                                                                   |
| Parameters  | processName \[String.String] – Name of the process to check.              |

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/sKPjuWbrrtobCVu46oD9/0.png)

**Example**

This object checks for processes in the Task Manager of your machine.

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/QDrB92gsqLTAxNrxKlh8/1.png)

Therefore, in this example, we will be passing the required parameter to the function transformation object using a *Variables* object.

Where,

*processName* = Calculator

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/Ctt1mqm9GLaMp0vqSoTZ/2.png)

In the output, you can see that the Boolean value, True, has been returned. Hence, as also evident in the Task Manager, the Calculator process is currently running.

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/kqRrPAL5FbKwjDQSUcpL/3.png)
