# Process Terminator by Name

<figure><img src="/files/iaJfoSnDl0fQg07bo1nu" alt=""><figcaption></figcaption></figure>

## 📄 <mark style="color:yellow;">Description</mark>

Terminates processes

{% tabs %}
{% tab title="Inputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Input Example : "Example.exe"</td></tr><tr><td><strong>Use Console Method</strong></td><td>Uses an alternative termination method</td></tr><tr><td><strong>Force Termination</strong></td><td>This forcefully terminates a process</td></tr><tr><td><strong>Terminate All Launched Child Processes</strong></td><td>This will terminate also all processes which were started by this process</td></tr><tr><td><strong>Filter</strong></td><td>Applies a filter to select a set of tasks.You can use more than one filter or use the wildcard character(*) to specify all tasks or image names. (A list of filters can be found in the documentation)</td></tr></tbody></table>
{% endtab %}

{% tab title="Outputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Successfully Terminated</strong></td><td>Returns false if the process was not found, Windows is not used or the termination failed</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kibibyte.gitbook.io/.exe-extension-and-process-management/all-nodes/process-terminator-by-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
