---
title: stop()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkinterfacetimer/stop()
---

# stop()

Stops updates to the timer’s display.

## Declaration

```swift
func stop()
```

## Discussion

Discussion Use this method to stop updates to the timer object’s label. This method does not stop the timer from counting. The timer continues counting to or from its target value even when updates to the label are not occurring.

## See Also

### Starting and Stopping the Timer

- [start()](watchkit/wkinterfacetimer/start().md)
