*** id: e6f3eb1d-b7e8-442a-9899-4feeceb6a84b title: PlayResumeResult slug: /dotnet/reference/calling/results/play-resume description: The PlayResumeResult object is returned after a play resume operation. max-toc-depth: 3 ---------------- [play]: /docs/server-sdk/v2/dotnet/reference/calling/actions/play#resume [signalwire-relay-event]: /docs/server-sdk/v2/dotnet/reference/event # SignalWire.Relay.Calling.PlayResumeResult This object returned from the *synchronous* [`Resume`][play] method, which represent the final result of a play resume operation. ## Properties | Property | Type | Description | | :----------- | :------------------------------------------------- | :------------------------------------------------------------ | | `Successful` | bool | Whether the play resume operation has completed successfully. | | `Event` | [`SignalWire.Relay.Event`][signalwire-relay-event] | The last event that completed the call. |