Relay.Calling.SendDigitsResult
Relay.Calling.SendDigitsResult
This object is returned by sendDigits method and represents the final result of a send digits action.
Methods-submenu
GetEvent
Returns the last Relay Event arrived for this operation.
Parameters
None
Returns
*signalwire.Event - Last Relay Event.
GetSuccessful
Return true if the operation has succeeded, false otherwise.
Parameters
None
Returns
bool - Whether the operation has completed successfully.
Examples
Send some digits and then check if it has ended successfully.