---
title: CHHapticEngine.FinishedAction
framework: corehaptics
role: symbol
role_heading: Enumeration
path: corehaptics/chhapticengine/finishedaction
---

# CHHapticEngine.FinishedAction

Possible actions to take after the haptic engine finishes execution.

## Declaration

```swift
enum FinishedAction
```

## Topics

### Finished Actions

- [CHHapticEngine.FinishedAction.leaveEngineRunning](corehaptics/chhapticengine/finishedaction/leaveenginerunning.md)
- [CHHapticEngine.FinishedAction.stopEngine](corehaptics/chhapticengine/finishedaction/stopengine.md)

### Initializers

- [init(rawValue:)](corehaptics/chhapticengine/finishedaction/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

### Monitoring Finished Playback

- [notifyWhenPlayersFinished(finishedHandler:)](corehaptics/chhapticengine/notifywhenplayersfinished(finishedhandler:).md)
- [CHHapticEngine.FinishedHandler](corehaptics/chhapticengine/finishedhandler.md)
