EntryPointStatus 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 EntryPointStatus
type EntryPointStatus =
Public Enum EntryPointStatus
- Inheritance
-
System.EnumEntryPointStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | |
Pending | 1 | |
Starting | 2 | |
Started | 3 | |
Stopping | 4 | |
Stopped | 5 |