Click or drag to resize

ListAPIAbortExecution Method

Aborts execution immediately.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AbortExecution()
Remarks
The software equivalent of the ABORT signal.

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).

See Also