---
title: CXPlayDTMFCallAction.ActionType.hardPause
framework: callkit
role: symbol
role_heading: Case
path: callkit/cxplaydtmfcallaction/actiontype/hardpause
---

# CXPlayDTMFCallAction.ActionType.hardPause

Indicates that the user included digits after a hard pause in their dial string. A hard pause is indicated by a semicolon (;) and waits for further user interaction before dialing the additional digits.

## Declaration

```swift
case hardPause
```

## See Also

### Constants

- [CXPlayDTMFCallAction.ActionType.singleTone](callkit/cxplaydtmfcallaction/actiontype/singletone.md)
- [CXPlayDTMFCallAction.ActionType.softPause](callkit/cxplaydtmfcallaction/actiontype/softpause.md)
