<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macOS: 14.3.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BERenderingProcess",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(cs)BERenderingProcess"
  },
  "title" : "BERenderingProcess"
}
-->

# BERenderingProcess

An object that represents a running browser rendering extension process.

```
@interface BERenderingProcess : NSObject
```

## Overview

A browser app may have one or more rendering extensions, each of which need a separate bundle identifier. The app can launch only one instance of each of rendering extension.

## Topics

### Creating and invalidating extension processes

[`+  renderingProcessWithBundleID:interruptionHandler:completion:`](/documentation/BrowserEngineKit/BERenderingProcess/renderingProcessWithBundleID:interruptionHandler:completion:)

Launches a rendering extension process asynchronously.

[`+  renderingProcessWithInterruptionHandler:completion:`](/documentation/BrowserEngineKit/BERenderingProcess/renderingProcessWithInterruptionHandler:completion:)

Launches a rendering extension process asynchronously.

[`-  invalidate`](/documentation/BrowserEngineKit/BERenderingProcess/invalidate)

Stops the rendering process.

### Creating XPC connections

[`-  makeLibXPCConnectionError:`](/documentation/BrowserEngineKit/BERenderingProcess/makeLibXPCConnectionError:)

Creates a new XPC connection to the extension process.

### Coordinating processes

[`-  grantCapability:error:`](/documentation/BrowserEngineKit/BERenderingProcess/grantCapability:error:)

Grants the specified capability to the process.

[`-  grantCapability:error:invalidationHandler:`](/documentation/BrowserEngineKit/BERenderingProcess/grantCapability:error:invalidationHandler:)

Grants the specified capability to the process, invoking the handler when the capability becomes invalid.

[`-  createVisibilityPropagationInteraction`](/documentation/BrowserEngineKit/BERenderingProcess/createVisibilityPropagationInteraction)

Returns an interaction that associates a view with the rendering process.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`BEExtensionProcess`](/documentation/BrowserEngineKit/BEExtensionProcess)

---

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)