StopResult
Relay.Calling.StopResult​
This object is returned from synchronous stop methods and represents the final result of a stop operation.
Methods​
getEvent​
Returns the last Relay Event that arrived for this operation.
Returns
*signalwire.Event
- Last Relay Event.
getSuccessful​
Returns true
if the stop operation was successful, false
otherwise.
Returns
bool
- Whether the stop operation has finished successfully.