List |
public ListStatus GetListStatus( int listID )
None of the states returned by this method reflect the activity of the execution engine — they describe the state of the card's translation pipeline only. Do not use Idle as a confirmation that commands have finished executing. To be notified when all commands in a list have been executed, either call WaitForListDone(NullableInt32, NullableInt32) or register a callback via RegisterListDoneCallback(ActionClientAPI, Int32).
For a full explanation of list states and their relation to the execution pipeline, see 12.5.3 Command List States.