CrossBeltSorter: OnProductRemoved
Invoked when a product is removed from the cross belt sorter
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
⚡ Event
void xxxxxxxxxxxxxxxxx(sender: object, product: Product, exit: object, beltIndex: integer);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
Object | The object associated with the changed property |
product |
Product | The added product |
exit |
Object | The object from which the product is transferred |
beltIndex |
Integer | The belt index from which the product is removed. See note at the bottom of the page |