*** id: e1abb599-acbf-4ce5-8950-6f7dafe8cd16 title: Relay.Calling.PlayResult slug: /go/reference/calling/results/play description: The result object that is returned when playing a call. max-toc-depth: 3 ---------------- [relay-event]: /docs/server-sdk/v2/go/reference/event ## Relay.Calling.PlayResult This object returned from one of *synchronous* play methods that represents the final result of a playing action. ## Methods-submenu ### GetEvent Returns the last Relay Event arrived for this operation. **Parameters** *None* **Returns** [`Relay.Event`][relay-event] - Last Relay Event. ### GetSuccessful Return `true` if the playing has succeeded, `false` otherwise. **Parameters** *None* **Returns** `boolean` - Whether the playing has finished successfully.