*** id: 6e388913-0608-4365-b0fd-4163311a5ace slug: /php/reference/calling/results/play-pause description: >- The PlayPauseResult object is returned after a play pause operation is completed. max-toc-depth: 3 ---------------- [play]: /docs/server-sdk/v2/php/reference/calling/actions/play#pause # Relay.Calling.PlayPauseResult This object is returned by [`pause`][play] method and represents the final result of a play pause operation. ## Properties | Property | Type | Description | | :----------- | :-------- | :------------------------------------------------ | | `successful` | `boolean` | Whether the playing has been paused successfully. |