The SkipErrorState enumeration is used to correct occurred errors on algorithm calculation.
It is used by the following property:
Value | Brief description |
0 | None. Algorithm calculation with errors. |
1 | Ignore. Skip the current error. |
2 | IgnoreCurrent. Skip the current error and all future similar errors. |
3 | IgnoreAll. Skip all errors. |
4 | Abort. Abort algorithm calculation. |
See also: