---
title: "AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)"
framework: avfoundation
role: symbol
role_heading: Case
path: "avfoundation/avassetexportsession/resumptionstate/resumable(isresumingfrompreviousstate:)"
---

# AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)

The export session is successfully configured for resumption.

## Declaration

```swift
case resumable(isResumingFromPreviousState: Bool)
```

## Parameters

- `isResumingFromPreviousState`: true if the export will continue from a previously interrupted state; false if starting/restarting from beginning.

## See Also

### Resumption states

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