ChannelState 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 ChannelState
type ChannelState =
Public Enum ChannelState
- Inheritance
-
ChannelState
Fields
Name | Value | Description |
---|---|---|
Stopped | 0 | |
Starting | 1 | |
Running | 2 | |
Stopping | 3 | |
Deleting | 4 |