---
title: WKHapticType.stop
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkhaptictype/stop
---

# WKHapticType.stop

Indicates the end of an action.

## Declaration

```swift
case stop
```

## Discussion

Discussion For example, a stopwatch app uses this haptic when the user stops the stopwatch.

## See Also

### Constants

- [WKHapticType.notification](watchkit/wkhaptictype/notification.md)
- [WKHapticType.directionUp](watchkit/wkhaptictype/directionup.md)
- [WKHapticType.directionDown](watchkit/wkhaptictype/directiondown.md)
- [WKHapticType.success](watchkit/wkhaptictype/success.md)
- [WKHapticType.failure](watchkit/wkhaptictype/failure.md)
- [WKHapticType.retry](watchkit/wkhaptictype/retry.md)
- [WKHapticType.start](watchkit/wkhaptictype/start.md)
- [WKHapticType.click](watchkit/wkhaptictype/click.md)
- [WKHapticType.navigationGenericManeuver](watchkit/wkhaptictype/navigationgenericmaneuver.md)
- [WKHapticType.navigationLeftTurn](watchkit/wkhaptictype/navigationleftturn.md)
- [WKHapticType.navigationRightTurn](watchkit/wkhaptictype/navigationrightturn.md)
