# Kill application

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-9b1c79a0d1490c9aa754995669526dac0dccde95%2F0%20\(83\).png?alt=media)

Element that performs the forced termination of an external application.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-0617e81f0678742f5679f8129204f07bafd0f270%2F1%20\(71\).png?alt=media)

Properties

\- Current user: \[bool] Get only current user processes

\- Automation type: Desktop application automation type

\- Title: \[String] Header of an application connected

\- Process name: \[String] Name of a process

\- Time-out: \[Int32] Element finish max time (ms)

```
C#
LTools.Desktop.DesktopApp.Kill(wf, null, "Test_*", 10000, true);

Python
LTools.Desktop.DesktopApp.Kill(wf, None, "Test_*", 10000, True);

JavaScript
_lib.LTools.Desktop.DesktopApp.Kill(wf, null, "Test_*", 10000, true);
```
