This Pull Request reinstates Advanced Duplicator 2 compatibility and uses the new tick event handler for managing the Runtime State Machine.
Details
The traditional duped(), dupefinished() and first() functions are used to initialise the runtime state, as well as tell the Runtime State Machine when to initialise the main Expression 2 script.
A timeout of 10 ticks is used in case loading the script times out.
Overview
This Pull Request reinstates Advanced Duplicator 2 compatibility and uses the new tick event handler for managing the Runtime State Machine.
Details
The traditional
duped()
,dupefinished()
andfirst()
functions are used to initialise the runtime state, as well as tell the Runtime State Machine when to initialise the main Expression 2 script.A timeout of 10 ticks is used in case loading the script times out.