# `GSPathObservation pauseObservation`

*Instance Method*

Pauses the observation.

## Declaration

```swift
func pause()
```

```objc
- (void) pauseObservation;
```

```python
pauseObservation()
```

## Discussion

End the pause by calling `-resumeObservation`.

