Dear Developer.
If I define both OnEntryFrom and OnEntry, I'd like to know which one executes first. Is there a specific order in which they execute?
I want to perform path-specific work in OnEntryFrom and then perform final closing work in OnEntry. Is this feasible?