9 references to State
Aspire.Hosting (9)
Dcp\ApplicationExecutor.cs (2)
441status.State, 613var state = container.AppModelInitialState == KnownResourceStates.Hidden ? KnownResourceStates.Hidden : container.Status?.State;
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);