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