*** id: 9d5ddd8c-e2bc-468c-b6c6-5351a857933d title: PlayResumeResult slug: /go/reference/calling/results/play-resume description: The result object that is returned when resuming a play operation. max-toc-depth: 3 ---------------- [link]: /docs/server-sdk/v2/go/reference/calling/actions/play ## Relay.Calling.PlayResumeResult This object is returned by [`resume`][link] method and represents the final result of a play resume operation. ### Properties | Name | Type | Description | | ------------ | --------- | --------------------------------------------- | | `successful` | `boolean` | Whether the playing has resumed successfully. |