Chain
data class Chain(val inventoryConstraints: InventoryConstraints, val actions: List<InventoryAction>, val priority: Priority) : Record
A chained inventory action is a list of inventory actions that have to be executed in order and CANNOT be stopped in between
Constructors
Link copied to clipboard
constructor(inventoryConstraints: InventoryConstraints, actions: List<InventoryAction>, priority: Priority)