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