---
title: PHASESoundEvent.SeekHandlerReason
framework: phase
role: symbol
role_heading: Enumeration
path: phase/phasesoundevent/seekhandlerreason
---

# PHASESoundEvent.SeekHandlerReason

Indicates the status after a sound event changes its playback position.

## Declaration

```swift
enum SeekHandlerReason
```

## Overview

Overview When your app changes the playback position of a sound event by calling seek(to:completion:), the framework invokes the argument closure when the seek succeeds or fails. PHASE passes an instance of this enumeration to the closure to describe the results of the call.

## Topics

### Reasons

- [PHASESoundEvent.SeekHandlerReason.seekSuccessful](phase/phasesoundevent/seekhandlerreason/seeksuccessful.md)
- [PHASESoundEvent.SeekHandlerReason.failureSeekAlreadyInProgress](phase/phasesoundevent/seekhandlerreason/failureseekalreadyinprogress.md)
- [PHASESoundEvent.SeekHandlerReason.failure](phase/phasesoundevent/seekhandlerreason/failure.md)

### Initializers

- [init(rawValue:)](phase/phasesoundevent/seekhandlerreason/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Seeking a Time

- [seek(to:completion:)](phase/phasesoundevent/seek(to:completion:).md)
