Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Time and Date  /
TimeConstrained

  • TimeConstrained[ expr , t ] evaluates expr, stopping after t seconds.
  • TimeConstrained[ expr , t , failexpr ] returns failexpr if the time constraint is not met.
  • TimeConstrained generates an interrupt to abort the evaluation of expr if the evaluation is not completed within the specified time.
  • TimeConstrained evaluates failexpr only if the evaluation is aborted.
  • TimeConstrained returns $Aborted if the evaluation is aborted and no failexpr is specified.
  • TimeConstrained is accurate only down to a granularity of at least $TimeUnit seconds.
  • Aborts generated by TimeConstrained are treated just like those generated by Abort, and can thus be overruled by AbortProtect.
  • See the Mathematica book: Section 2.13.3.
  • See also: MemoryConstrained, Timing, $IterationLimit, $RecursionLimit, Pause, Abort, TimeConstraint.

    Further Examples

    TimeConstrained returns $Aborted if it cannot perform this evaluation within seconds.

    In[1]:=

    Out[1]=

    See the Further Examples for Timing.


    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.