5 references to Exited
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (2)
167public static readonly string Exited = nameof(Exited); 182public static readonly IReadOnlyList<string> TerminalStates = [Finished, FailedToStart, Exited];
ResourceBuilderExtensions.cs (3)
620else if (snapshot.State!.Text == KnownResourceStates.Finished || snapshot.State!.Text == KnownResourceStates.Exited) 647snapshot.State?.Text == KnownResourceStates.Exited || 704else if ((snapshot.State!.Text == KnownResourceStates.Finished || snapshot.State!.Text == KnownResourceStates.Exited) && snapshot.ExitCode is not null && snapshot.ExitCode != exitCode)