Command |
Executes the Stand-Alone List.
public void AppendBranchStandAloneList()
Appends a GOTO_STANDALONE_LIST command to the list.
This will exit the calling list and start executing the StandAloneListID if there is one set.
The calling list becomes idle and as a result triggers a ListIdle event. Furthermore, as execution control is surrendered by the calling list, it is no longer marked busy, and instead the stand-alone list becomes busy.
This command allows, for example, returning to the StandAloneListID from the StandAloneExecuteOnErrorListID.