ItemDispenserStatus 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 ItemDispenser.
public enum ItemDispenserStatus
type ItemDispenserStatus =
Public Enum ItemDispenserStatus
- Inheritance
-
ItemDispenserStatus
Fields
Name | Value | Description |
---|---|---|
Ok | 1 | Ready to dispense items from all slots. This value is also set when the dispenser is unable to detect error conditions. |
Empty | 2 | Ready to dispense items from all slots. This value is also set when the dispenser is unable to detect error conditions. |
NearEmpty | 3 | Can still dispense items. However, the dispenser is almost empty. If MaxSlots is greater than one (1), some slots are almost empty. |
Jam | 4 | Cannot dispense items, because a mechanical fault has occurred. |