schedule
fun schedule(constrains: InventoryConstraints, action: InventoryAction, priority: Priority = Priority.NORMAL)
fun schedule(constrains: InventoryConstraints, vararg actions: InventoryAction, priority: Priority = Priority.NORMAL)
fun schedule(constrains: InventoryConstraints, actions: List<InventoryAction>, priority: Priority = Priority.NORMAL)