> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionIsRunningInStandaloneMode

# IsRunningInStandaloneMode

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

## Function Syntax

```
dword IsRunningInStandaloneMode();
```

## Description

This function is used to get the information whether the CAPL code is executed in standalone mode.

## Parameters

—

## Return Values

* **1**: True (execution in standalone mode)
* **0**: False (execution not in standalone mode)

## Example

—

[StandaloneConfigSetDefault](CAPLfunctionStandaloneConfigSetDefault.md)
