*** id: f88df1a2-780f-4290-a011-dd86f4018b7e title: StopResult slug: /dotnet/reference/calling/results/stop description: The StopResult object is returned after a stop operation. max-toc-depth: 3 ---------------- # SignalWire.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` | bool | Whether the stop operation has completed successfully. |