TL;DR
An option at a train that allows it to skip a train stop and instantly path to the next one (it wont try to pass the train stop at all).What ?
Normaly when you set a schedule, you want to describe the stops it can go to. When using limits on train stops. Trains might often not be able to go to the destination. This means you often need to make a park where the trains can wait for a free spot to deliver resources.However, there can be several cases in which most trains are already empty, and a train was recently full. Being able to instantly drive to the destination can save some time there (and potentialy fuel). As normaly it would path to the park first before it instantly drives further to the destination.
This skipping is decided as soon as it starts driving, at which point it can already reserve its spot at the train stop. Which on that should also be relatively easy to calculate.
It is combinable with a resource count in the train, where if the checks do not pass, it can not skip the station (or in the case of it being an OR check, it can). This means if a resource wasnt depleted enough out of a train, the train station might not go to a station that wants to top it off.