DealingLogStatus 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 possible status conditions of the Dealing Log for a CAT device.
public enum DealingLogStatus
type DealingLogStatus =
Public Enum DealingLogStatus
- Inheritance
-
DealingLogStatus
Fields
Name | Value | Description |
---|---|---|
Ok | 1 | DealingLog has enough capacity. |
NearFull | 2 | DealingLog is almost full. |
Full | 3 | DealingLog is full. |