*** id: 604d1d6b-40e9-4649-a2a3-256eb9298040 title: Relay.Calling.PlayResumeResult slug: /python/reference/calling/results/play-resume description: The result object that is returned when resuming a play action. max-toc-depth: 3 ---------------- [resume]: /docs/server-sdk/v2/python/reference/calling/actions/play#resume ## Relay.Calling.PlayResumeResult This object is returned by [`resume`][resume] method and represents the final result of a play resume operation. ### Properties | Property | Type | Description | | ------------ | ------- | --------------------------------------------- | | `successful` | boolean | Whether the playing has resumed successfully. |