How to record the number of times TaskExecuter is transported
There are two things I want to do.
Write the number of items transported by TaskExecuter to the global table.
Write the number of round trips for transportation by TaskExecuter to the global table.
The number of shipped items could be created by writing to the global table with the On UnLoad trigger.
But which trigger should I use for the number of transports?
Or is it not possible to count the number of transports with a trigger?