Click or drag to resize

SystemConfigEnableStandAloneMode Property

Enables or disables the stand-alone mode of the card. WARNING: Read Stand-Alone Mode before enabling this.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool EnableStandAloneMode { get; set; }

Property Value

Boolean
Remarks
When enabled the card will run in stand-alone mode. This means that execution of a list is started directly after booting the card or when manually executing the StandAloneListID without restart. Note that the lists with StandAloneListID, StandAloneExecuteOnErrorListID and all sublists must be stored on the card before enabling stand-alone mode. WARNING: Read Stand-Alone Mode before enabling this.
See Also