GateStatus 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.
Enumerates the status of the Gate.
public enum GateStatus
type GateStatus =
Public Enum GateStatus
- Inheritance
-
GateStatus
Fields
Name | Value | Description |
---|---|---|
Closed | 1 | The gate is closed. |
Open | 2 | The gate is open. |
Blocked | 3 | The gate is blocked. |
Malfunction | 4 | The gate has a hardware problem. Technical help is needed. |