Relay.Calling.PlayResult
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
- Last Relay Event.
GetSuccessful​
Return true
if the playing has succeeded, false
otherwise.
Parameters
None
Returns
boolean
- Whether the playing has finished successfully.