KnownResourceStates Fields
Class Fields 12 members
The set of well known resource states.
The not active state. Useful for resources without a lifetime.
public static readonly string Active The exited state. Useful for showing the resource has exited.
public static readonly string Exited The failed to start state. Useful for showing the resource has failed to start successfully.
public static readonly string FailedToStart The finished state. Useful for showing the resource has finished.
public static readonly string Finished The not started state. Useful for showing the resource was created without being started.
public static readonly string NotStarted The running state. Useful for showing the resource is running.
public static readonly string Running The runtime unhealthy state. Indicates that a resource could not be started because the runtime is not in a healthy state.
public static readonly string RuntimeUnhealthy The starting state. Useful for showing the resource is starting.
public static readonly string Starting The stopping state. Useful for showing the resource is stopping.
public static readonly string Stopping List of terminal states.
public static readonly IReadOnlyList<string> TerminalStates The waiting state. Useful for showing the resource is waiting for a dependency.
public static readonly string Waiting