9 references to Finished
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (2)
172public static readonly string Finished = nameof(Finished); 182public static readonly IReadOnlyList<string> TerminalStates = [Finished, FailedToStart, Exited];
ResourceBuilderExtensions.cs (3)
620else if (snapshot.State!.Text == KnownResourceStates.Finished || snapshot.State!.Text == KnownResourceStates.Exited) 646snapshot.State?.Text == KnownResourceStates.Finished || 704else 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)
88State = KnownResourceStates.Finished, 136State = KnownResourceStates.Finished, 184State = KnownResourceStates.Finished, 265State = KnownResourceStates.Finished