*** id: a20b2fd8-271f-431c-9d4b-47b035971097 title: Relay.Calling.StopResult slug: /python/reference/calling/results/stop description: The result object that is returned when stopping a call. max-toc-depth: 3 ---------------- ## Relay.Calling.StopResult This object is returned from one the *synchronous* `stop` methods on an action when an *asynchronous* operation is being stopped, which represent the final result of a stop operation. ### Properties | Property | Type | Description | | ------------ | ------- | ------------------------------------------------------ | | `successful` | boolean | Whether the stop operation has completed successfully. |