ProgramState Enum
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.
public enum ProgramState
type ProgramState =
Public Enum ProgramState
- Inheritance
-
ProgramState
Fields
Name | Value | Description |
---|---|---|
Stopped | 0 | |
Starting | 1 | |
Running | 2 | |
Stopping | 3 |