3 references to IsStarting
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
35
if (
IsStarting
(state) || IsBuilding(state) || IsRuntimeUnhealthy(state) || HasNoState(state))
72
else if (!IsStopped(state) && !
IsStarting
(state) && !IsWaiting(state) && !IsBuilding(state) && !IsRuntimeUnhealthy(state) && !HasNoState(state))
108
if (
IsStarting
(state) || IsStopping(state) || IsStopped(state) || IsWaiting(state) || IsBuilding(state) || IsRuntimeUnhealthy(state) || HasNoState(state))