*** id: 7441785f-124f-403b-a097-8c9e2acfe585 title: Relay.Calling.PlayPauseResult slug: /python/reference/calling/results/play-pause description: The result object that is returned when pausing a play action. max-toc-depth: 3 ---------------- [pause]: /docs/server-sdk/v2/python/reference/calling/actions/play#pause ## Relay.Calling.PlayPauseResult This object is returned by [`pause`][pause] method and represents the final result of a play pause operation. ### Properties | Property | Type | Description | | ------------ | ------- | ------------------------------------------------- | | `successful` | boolean | Whether the playing has been paused successfully. |