Command |
Used in a switch-block, specifies the default case and the id of a target list.
public void AppendDefaultBranchList( int listID )
Appends a DEFAULT_BRANCH_LIST command to the list.
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 busy, but instead the target list becomes busy.
For every Execute(Int32) only one ListDone event will be sent along with the list ID of the final list that was executing.