Click or drag to resize

ListStatus Enumeration

Represents the status of a command list on the card, as returned by GetListStatus(Int32).

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.12.2
Syntax
C#
public enum ListStatus
Members
Member nameDescription
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.
See Also