> ## 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.

# CAPLfunctionIsRunningOnRemoteKernel

# IsRunningOnRemoteKernel

[Valid for](../../../Shared/FeatureAvailability.md): CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

## Function Syntax

```plaintext theme={null}
long IsRunningOnRemoteKernel();
```

## Description

This function is used to get the information whether the CAPL code is executed on the local computer or by a RT kernel running on a remote device (RT server).

## Parameters

—

## Return Values

* **1**: True (execution on remote RT kernel)
* **0**: False (execution on local computer)

## Example

—

• Technical References are only available in English
