List |
public enum ListStatus
| Member name | Description |
|---|---|
| NotExisting | No list with the specified ID exists on the card. |
| Idle | The list exists on the card but is neither queued nor being translated. The list is safe to modify or queue for a new run. |
| InExecutionQueue | The list is waiting in the execution queue after a call to ListAPIExecute. |
| Processing | The card is translating the list for the execution engine. The list must not be modified. |