| 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; }
Public Property EarlyAbort As Boolean
Get
Set
public:
property bool EarlyAbort {
bool get ();
void set (bool value);
}
member EarlyAbort : bool with get, set
function get_EarlyAbort();
function set_EarlyAbort(value);
Property Value
Type:
BooleanSee Also