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

# CAPLfunctionIsOfflineMode

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/Other/Functions/CAPLfunctionIsOfflineMode.md)

[CAPL Functions](../../CAPLfunctions.md) » [General](../CAPLGeneralStartPage.md) » [Function Overview](../CAPLfunctionsGeneralOverview.md) » isOfflineMode

# isOfflineMode

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

## Function Syntax

```
long isOfflineMode();
```

## Description

This function is used to get the information if CANoe DE product is in offline mode.

## Parameters

—

## Return Values

* **1**: True, CANoe DE product is in offline mode.
* **0**: False, CANoe DE product is in online mode.

## Example

—
