---
title: "resume(atTime:)"
framework: corehaptics
role: symbol
role_heading: Instance Method
path: "corehaptics/chhapticadvancedpatternplayer/resume(attime:)"
---

# resume(atTime:)

Resumes playing a paused haptic.

## Declaration

```swift
func resume(atTime time: TimeInterval) throws
```

## Parameters

- `time`: The time in the haptic pattern at which to resume playback.

## See Also

### Controlling Playback

- [pause(atTime:)](corehaptics/chhapticadvancedpatternplayer/pause(attime:).md)
- [seek(toOffset:)](corehaptics/chhapticadvancedpatternplayer/seek(tooffset:).md)
