Headless Check
This function block determines whether the application is currently running in "headless" mode. Headless mode refers to situations where the application operates without a graphical user interface (GUI), typically for automation or backend processing.
π₯ Inputs
This function block does not require any inputs.
π€ Outputs
Boolean
Returns a true or false value indicating whether the application is in headless mode.
πΉοΈ Controls
This function block does not have any controls or settings for user interaction.
π¨ Features
Performance Consideration
Knowing whether the application is running in headless mode can help users decide if certain graphics or UI-related functionality should be executed or bypassed.
π Usage Instructions
Integration: Add the
Headless Check
block to your project flow to monitor the environment status.Evaluate: Run the block to receive the headless status of the application.
π Evaluation
When executed, this function block provides a simple boolean output that indicates if the application is running headless.
π οΈ Troubleshooting
Last updated