8 references to ContainerState
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (1)
1484if (cu.Status?.State == ContainerState.Exited)
Dcp\Model\Container.cs (7)
529this.Status?.State == ContainerState.Starting 530|| this.Status?.State == ContainerState.Building 531|| this.Status?.State == ContainerState.Running 532|| this.Status?.State == ContainerState.Paused 533|| this.Status?.State == ContainerState.Stopping 534|| this.Status?.State == ContainerState.Exited 535|| (this.Status?.State == ContainerState.FailedToStart && this.Status?.ContainerId is not null);