SystemConfigStandAloneExecuteOnErrorListID Property |
Specifies the list that should be executed in stand-alone mode if an error occurs.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public int StandAloneExecuteOnErrorListID { get; set; }
Property Value
Int32If negative execution stops on error in stand-alone mode. Otherwise the list with this ID will be executed.
Remarks
The list with this ID is executed if an error occurs when in stand-alone mode that stops the execution.
Note that the list must be stored on the card before by using
Store(Int32)See Also