List |
public void Set( int listID, CommandList list, bool append = false, int executionLimit = -1 )
If append is true, the Client-CommandList contents will be appended to any existing Card-CommandList contents.
By default, the Client-CommandList contents will replace any existing Card-CommandList contents.
If an attempt to execute the list is made after executionLimit has been reached, an exception is thrown.
The limit applies to lists executed by calling Execute(Int32), and also when called from another list as a subroutine.
Exception | Condition |
---|---|
ListLabelException | see12.7 Exceptions and Errors |