# StorageEmulator.Stop

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.storageemulator/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.storageemulator/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/StorageEmulator.cs#L130-L145)

```csharp
public static bool Stop()
```

Stops the storage emulator if started.

### Returns

`true` if the process was stopped successfully or was already stopped; `false` otherwise.
