<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.4.0 - 15.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVDisplayLinkIsRunning(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@F@CVDisplayLinkIsRunning"
  },
  "title" : "CVDisplayLinkIsRunning(_:)"
}
-->

# CVDisplayLinkIsRunning(_:)

Indicates whether a given display link is running.

```
func CVDisplayLinkIsRunning(_ displayLink: CVDisplayLink) -> Bool
```

## Parameters

`displayLink`

The display link whose run state you want to determine.

## Return Value

Returns `true` if the display link is running, `false` otherwise.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)