*** id: a18ece35-5dbe-4c84-85e2-276fc908227e title: PlayPauseResult slug: /ruby/reference/calling/results/play-pause description: >- The PlayPauseResult object is returned when a play pause operation is completed. max-toc-depth: 3 ---------------- [play]: /docs/server-sdk/v2/ruby/reference/calling/actions/play#pause # Relay::Calling::PlayPauseResult This object is returned by [`pause`][play] method and represents the result of a play pause operation. ## Properties | Property | Type | Description | | :----------- | :------ | :--------------------------------------------- | | `successful` | Boolean | Whether playback has been paused successfully. |