Allows an expression to be wrapped in try()
to catch error messages. Any
error messages are printed to the console using mcstop()
.
catchError(expr, ...)
Prints error messages during parallel processing. If there is no error, the result of the evaluated expression is returned.
An expression to be wrapped in try()
to allow execution and
catch error messages.
Optional objects to be tracked if you want to know state of objects at the point error messages are generated.
mcstop()