Refactor: scheduler: best practices for multi_update_interleave_actions()
Rename multi_update_interleave_actions() to update_interleaved_actions() for
clarity, add a doxygen block, drop a redundant argument, use bool instead of
gboolean, and improve variables names, comments, and formatting.