KnownResourceStates
Class static net10.0
The set of well known resource states.
namespace Aspire.Hosting.ApplicationModel;
public static class KnownResourceStates{ // ...} 12 members
Fields12
Section titled FieldsActivestaticstring The not active state. Useful for resources without a lifetime.
Exitedstaticstring The exited state. Useful for showing the resource has exited.
FailedToStartstaticstring The failed to start state. Useful for showing the resource has failed to start successfully.
Finishedstaticstring The finished state. Useful for showing the resource has finished.
NotStartedstaticstring The not started state. Useful for showing the resource was created without being started.
Runningstaticstring The running state. Useful for showing the resource is running.
RuntimeUnhealthystaticstring The runtime unhealthy state. Indicates that a resource could not be started because the runtime is not in a healthy state.
Startingstaticstring The starting state. Useful for showing the resource is starting.
Stoppingstaticstring The stopping state. Useful for showing the resource is stopping.
TerminalStatesstaticIReadOnlyList<string> List of terminal states.
Waitingstaticstring The waiting state. Useful for showing the resource is waiting for a dependency.