Click or drag to resize

ErrorEarlyAbort Property

[This is preliminary documentation and is subject to change.]

EarlyAbort controls whether all errors halts the DSS script processing (Compile/Redirect), defaults to True. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool EarlyAbort { get; set; }

Property Value

Type: Boolean
See Also