---
title: "element::terminate"
framework: Compute Graph
role: symbol
role_heading: Function
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/element/terminate
---

# element::terminate

Ends the lifetime of the current element, if terminate is true.

## Declaration

```swift
void element::terminate(bool terminate)
```

## Parameters

- `terminate`: A boolean indicating whether termination is requested.

## Discussion

Discussion note:
