CrossBeltSorter: OnProductReachExit
Invoked when a product has reached the exit point, but has not been removed yet
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);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
Object | The object associated with the changed property |
product |
Product | The product that is going to be transferred |
exit |
Object | The object to which the product should transferred |