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

# CAPLfunctionHILAPIPauseSignalGenerator

# HILAPIPauseSignalGenerator

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

## Function Syntax

```
dword HILAPIPauseSignalGenerator(dword handle);
```

## Description

Pauses a Signal Generator.

## Parameters

* **handle**: The handle of the Signal Generator.

## Return Values

* **0**: The handle of the Signal Generator is not valid
* **!=0**: The Signal Generator was paused

## Example

Pauses the Signal Generator:

```
HILAPIPauseSignalGenerator( hGenerator);
```
