# SiloLifecycleSubject Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silolifecyclesubject/)

## HighestCompletedStage {#highestcompletedstage-2fae26ed}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silolifecyclesubject/properties/highestcompletedstage-2fae26ed/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Lifecycle/SiloLifecycleSubject.cs#L24)

```csharp
public int HighestCompletedStage
```

The highest lifecycle stage which has completed starting.

## LowestStoppedStage {#loweststoppedstage-27cf2223}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.silolifecyclesubject/properties/loweststoppedstage-27cf2223/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Lifecycle/SiloLifecycleSubject.cs#L27)

```csharp
public int LowestStoppedStage
```

The lowest lifecycle stage which has completed stopping.
