7 references to ContainerState
Aspire.Hosting (7)
Dcp\Model\Container.cs (7)
377this.Status?.State == ContainerState.Starting 378|| this.Status?.State == ContainerState.Building 379|| this.Status?.State == ContainerState.Running 380|| this.Status?.State == ContainerState.Paused 381|| this.Status?.State == ContainerState.Stopping 382|| this.Status?.State == ContainerState.Exited 383|| (this.Status?.State == ContainerState.FailedToStart && this.Status?.ContainerId is not null);