---
title: "isOutputEnabled(_:)"
framework: Compute Graph
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "computegraph/computegraphsimulation/isoutputenabled(_:)"
---

# isOutputEnabled(_:)

Returns whether the specified output is currently enabled for simulation.

## Declaration

```swift
final func isOutputEnabled(_ outputID: Int) -> Bool
```

## Parameters

- `outputID`: The node identifier of the output to query.

## Return Value

Return Value true if the output is simulated; false if it is disabled.
