Click or drag to resize

ScannerMonitoringConfigContinueOnError Property

Indicates if monitoring should continue after an error. This means that errors will keep coming every Period * MinConsecutiveErrors milliseconds until the scanhead is back to normal operation.

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

Property Value

Boolean
Remarks
If enabled this means that exceptions on the client will keep popping up. When EnableStandAloneMode is enabled then the list StandAloneExecuteOnErrorListID will be executed again on every error. Note that if disabled then card will go into an error mode that prevents executing lists until cleared. Only the error list will be executed one time when EnableStandAloneMode is enabled. Calls to other lists inside the error list are ignored. Stand alone mode will continue, if enabled, after the error is cleared.
See Also