---
title: AVAssetExportSession.ResumptionState
framework: avfoundation
role: symbol
role_heading: Enumeration
path: avfoundation/avassetexportsession/resumptionstate
---

# AVAssetExportSession.ResumptionState

Represents the resumption state of the export session.

## Declaration

```swift
enum ResumptionState
```

## Overview

Overview After calling configureForResumableExport(), this returned state details whether the export is successfully configured as resumable or not, and provides additional relevant information.

## Topics

### Resumption states

- [AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)](avfoundation/avassetexportsession/resumptionstate/resumable(isresumingfrompreviousstate:).md)
- [AVAssetExportSession.ResumptionState.notResumable(failureReason:)](avfoundation/avassetexportsession/resumptionstate/notresumable(failurereason:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
