---
title: stop
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/sensoryfeedback/stop
---

# stop

Indicates that an activity stopped.

## Declaration

```swift
static let stop: SensoryFeedback
```

## Discussion

Discussion Use this haptic when stopping a timer or other activity that was previously started. Only plays feedback on watchOS.

## See Also

### Indicating start and stop

- [start](swiftui/sensoryfeedback/start.md)
