9 references to Finished
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (2)
303public static readonly string Finished = nameof(Finished); 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) 166snapshot.State?.Text == KnownResourceStates.Finished || 209else if ((snapshot.State!.Text == KnownResourceStates.Finished || snapshot.State!.Text == KnownResourceStates.Exited) && snapshot.ExitCode is not null && snapshot.ExitCode != exitCode)
Aspire.Hosting.Tests (4)
WaitForTests.cs (4)
156State = KnownResourceStates.Finished, 204State = KnownResourceStates.Finished, 252State = KnownResourceStates.Finished, 333State = KnownResourceStates.Finished