<!--
{
  "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/resumingFromPreviousState",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetExportSessionResumptionState(py)resumingFromPreviousState"
  },
  "title" : "resumingFromPreviousState"
}
-->

# resumingFromPreviousState

A Boolean value that indicates whether or not a resuming export is continuing from a previous state.

```
@property (readonly, getter=isResumingFromPreviousState) BOOL resumingFromPreviousState;
```

## Discussion

A value of `true` means the export resumes from previous results; a value of `false` means it starts from the beginning. This value is valid only when [`resumptionConfigured`](/documentation/AVFoundation/AVAssetExportSessionResumptionState/resumptionConfigured) is `true`.

---

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)