KnownResourceStates Class

Definition

The set of well known resource states.

public static class KnownResourceStates
type KnownResourceStates = class
Public Class KnownResourceStates
Inheritance
KnownResourceStates

Fields

Exited

The exited state. Useful for showing the resource has exited.

FailedToStart

The finished state. Useful for showing the resource has failed to start successfully.

Finished

The finished state. Useful for showing the resource has finished.

Hidden

The hidden state. Useful for hiding the resource.

Running

The running state. Useful for showing the resource is running.

Starting

The starting state. Useful for showing the resource is starting.

Stopping

The stopping state. Useful for showing the resource is stopping.

Applies to