Click or drag to resize

ListStatus Enumeration

These are the symbolic names of the status for lists on the card.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public enum ListStatus
Members
Member nameDescription
NotExisting List does not exist on the card.
Idle List is ready for execution.
InExecutionQueue List is inside the execution queue after calling ListAPIExecute, and is currently waiting to be executed.
Processing List is currently being processed and has started executing. Trying to modify the list would now lead to an error.
See Also