Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Code Walkthroughs

Kyle B edited this page Feb 20, 2018 · 2 revisions

command.execute() returns false

         Scheduler                              Command

runs command  ----------------------->
                            <---------  run checks isCanceled and returns false
removes command from table
frees requirements
runs command.removed()  ------------->
                                        runs interrupted() if cancelled, otherwise runs end()
                                        sets all status variables to false
Clone this wiki locally