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