ScriptErrorHandlingMode Enumeration
Script Error Handling determines how the error events are handled during the processing of script items.
Enumeration Values
Name | Summary |
---|---|
IgnoreNone | Specifies that any error encountered during script processing will cause the calculation to fail and an error message to be displayed. |
IgnoreAll | Specifies that errors encountered during script processing will be ignored and further calculation steps will be allowed to execute. |