3 references to IsStopped
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
37else if (IsStopped(state) || IsWaiting(state)) 70else if (!IsStopped(state) && !IsStarting(state) && !IsWaiting(state) && !IsRuntimeUnhealthy(state) && !HasNoState(state)) 100if (IsStarting(state) || IsStopping(state) || IsStopped(state) || IsWaiting(state) || IsRuntimeUnhealthy(state) || HasNoState(state))