List |
public void AbortExecution()
The execution engine is halted, but the Card-CommandLists are left intact.
All lists currently marked for execution by Execute(Int32) will be reset to Idle.Note that calling this function will put the card into an error state.
If one of the asynchronous WaitForXXX() commands ( see below ) is called after this method, an exception will be thrown on the client side (as with all asynchronous errors on the card).