KnownResourceStates Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |