Background sequences and phases methodology

In reply to chr_sue:

You are correct. The configure_phase() is a sub-phase of the run_phase(). The issue with using a sub-phase of the run_phase() is that all sequences started in a sub-phase will be killed when that sub-phase ends. If you want a sequence to run for the entire run_phase(), it needs to be started within that phase. Hence one reason that sub-phases aren’t recommended.