> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/is-process-running.md).

# Is Process Running

Checks if the specified application is running or not on terminal.

Action available for the following operating systems:

<figure><img src="/files/8nmky5uY66dHtSih6rzi" alt=""><figcaption></figcaption></figure>

### Parameters

* **Exe File Name** *\<string> -* The name of the application that the user wants to check if it is running or not.
* **Target** *\<unquoted string> -* The control or variable that saves the return value of this action. If the application is running the return value is 1, otherwise is 0.
