8 references to ContainerState
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (1)
1484
if (cu.Status?.State ==
ContainerState
.Exited)
Dcp\Model\Container.cs (7)
529
this.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);