Click or drag to resize

CommandListAppendLoopBreak Method

Specifies that the execution of the containing loop should be terminate (perhaps prematurely). Execution is resumed at the command following the nearest LOOP_END.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendLoopBreak()
Remarks
Appends a LOOP_BREAK command to the list.

Causes execution to continue at the command following the nearest LOOP_END.

See Also