*** id: 3256a422-08a5-4e2b-b9b1-df27e4ea8e34 title: PlayPauseResult slug: /dotnet/reference/calling/results/play-pause description: The PlayPauseResult object is returned after a play pause operation. max-toc-depth: 3 ---------------- [play]: /docs/server-sdk/v2/dotnet/reference/calling/actions/play#pause [signalwire-relay-event]: /docs/server-sdk/v2/dotnet/reference/event # SignalWire.Relay.Calling.PlayPauseResult This object returned from the *synchronous* [`Pause`][play] method, which represent the final result of a play pause operation. ## Properties | Property | Type | Description | | :----------- | :------------------------------------------------- | :----------------------------------------------------------- | | `Successful` | bool | Whether the play pause operation has completed successfully. | | `Event` | [`SignalWire.Relay.Event`][signalwire-relay-event] | The last event that completed the call. |