Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / Flow Control  /
AbortProtect

  • AbortProtect[ expr ] evaluates expr, saving any aborts until the evaluation is complete.
  • Aborts that are generated during an AbortProtect take effect as soon as the execution of the AbortProtect is over.
  • CheckAbort can be used inside AbortProtect to catch and absorb any aborts that occur.
  • AbortProtect also protects against aborts generated by TimeConstrained and MemoryConstrained.
  • See the Mathematica book: Section 2.5.13.


    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.