Share via


ItemDispenserStatus Enum

Definition

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.

Applies to