*** id: 9cd3cd18-9ed0-4334-8422-94794793b6a9 title: StopResult slug: /ruby/reference/calling/results/stop description: The StopResult object is returned when a stop operation is completed. max-toc-depth: 3 ---------------- # Relay::Calling::StopResult This object is returned from 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 action has been performed successfully. |