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