7 references to ContainerState
Aspire.Hosting (7)
Dcp\Model\Container.cs (7)
399this.Status?.State == ContainerState.Starting 400|| this.Status?.State == ContainerState.Building 401|| this.Status?.State == ContainerState.Running 402|| this.Status?.State == ContainerState.Paused 403|| this.Status?.State == ContainerState.Stopping 404|| this.Status?.State == ContainerState.Exited 405|| (this.Status?.State == ContainerState.FailedToStart && this.Status?.ContainerId is not null);