Command |
Used in a switch-block, specifies the default case and the id of a target list.
public void AppendDefaultCallList( int listID )
Appends a DEFAULT_CALL_LIST command to the list.
The target list is executed as a sublist. Once, the target list has finished the calling list will resume execution.
The calling list remains busy during the execution of the target list. Once all of the calling list's commands have been processed, it will become idle and as a result trigger a ListIdle event.
For every Execute(Int32) only one ListDone event will be sent along with the list ID of the final main list, i.e. a list that has not been called by any other list(s). Lists that are called by other lists do not produce any ListDone events. However, sub lists do produce ListIdle events.