<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetExportSessionResumptionState/resumptionConfigured",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetExportSessionResumptionState(py)resumptionConfigured"
  },
  "title" : "resumptionConfigured"
}
-->

# resumptionConfigured

A Boolean value that indicates whether the export session is configured as resumable.

```
@property (readonly, getter=isResumptionConfigured) BOOL resumptionConfigured;
```

## Discussion

If `true`, the export session is configured as resumable. If `false`, the export session will remain as non-resumable (default). You can still call [`exportAsynchronously(completionHandler:)`](/documentation/AVFoundation/AVAssetExportSession/exportAsynchronously(completionHandler:)) when this property is `false`.

---

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)