> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/function-blocks/input-output/data-inputs/headless-check.md).

# Headless Check

Dieser Funktionsblock bestimmt, ob die Anwendung derzeit im "headless" Modus läuft. Der Headless-Modus bezieht sich auf Situationen, in denen die Anwendung ohne eine grafische Benutzeroberfläche (GUI) funktioniert, typischerweise für Automatisierung oder Backend-Verarbeitung.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

Dieser Funktionsblock benötigt keine Eingänge.

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

`Boolean` Gibt einen true- oder false-Wert zurück, der angibt, ob die Anwendung im Headless-Modus ist.

## 🕹️ Steuerungen <a href="#controls" id="controls"></a>

Dieser Funktionsblock hat keine Steuerungen oder Einstellungen für die Benutzerinteraktion.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Performance Consideration` Zu wissen, ob die Anwendung im Headless-Modus läuft, kann den Benutzern helfen zu entscheiden, ob bestimmte grafische oder UI-bezogene Funktionalitäten ausgeführt oder umgangen werden sollten.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Integration**: Fügen Sie den Block `Headless Check` Ihrem Projektfluss hinzu, um den Status der Umgebung zu überwachen.
2. **Beurteilung**: Führen Sie den Block aus, um den Headless-Status der Anwendung zu erhalten.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Wenn er ausgeführt wird, liefert dieser Funktionsblock eine einfache boolean-Ausgabe, die angibt, ob die Anwendung im Headless-Modus läuft.

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Unerwartete Ausgabe</summary>

Wenn die Ausgabe nicht Ihren Erwartungen entspricht, stellen Sie sicher, dass die Anwendung korrekt eingerichtet ist, um im Headless-Modus zu laufen, oder dass Sie in einer geeigneten Umgebung testen.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/german/function-blocks/input-output/data-inputs/headless-check.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
