Differences

This shows you the differences between two versions of the page.

Link to this comparison view

skip_on_error [2011/07/31 21:13]
hermann created
skip_on_error [2016/05/20 05:37] (current)
hermann [Notes]
Line 19: Line 19:
  
 Any error occurring in any functor within this container will be ignored, thus avoiding the premature termination of the model. In case an output is expected outside of this container, a link between the external functor and its precedent within the container must be established using a type of join functor, otherwise all subsequent execution will be canceled. Any error occurring in any functor within this container will be ignored, thus avoiding the premature termination of the model. In case an output is expected outside of this container, a link between the external functor and its precedent within the container must be established using a type of join functor, otherwise all subsequent execution will be canceled.
 +
 +Unlike its [[Skip All On Error]] counterpart,​ this container does not discard the results produced by any contained functors that were run before the occurrence of an error.
  
 ===== Internal Name =====  ===== Internal Name =====