Click or drag to resize

CommandListAppendBranchStandAloneList Method

Executes the Stand-Alone List.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendBranchStandAloneList()
Remarks

Appends a GOTO_STANDALONE_LIST command to the list.

This will exit the calling list and start executing the StandAloneListID if there is one set.

The calling list becomes idle and as a result triggers a ListIdle event. Furthermore, as execution control is surrendered by the calling list, it is no longer marked busy, and instead the stand-alone list becomes busy.

This command allows, for example, returning to the StandAloneListID from the StandAloneExecuteOnErrorListID.

See Also