|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DynamicEvaluationTimeout
DynamicEvaluationTimeout
is an option for displayed objects, cells, and notebooks that specifies the timeout in seconds for any Dynamic computations they contain.
DetailsDetails
- A Dynamic computation that times out will return $Aborted.
- DynamicEvaluationTimeout->Infinity specifies that there should be no timeout.
- All Dynamic computations are wrapped in TimeConstrained by the front end, with the value of the DynamicEvaluationTimeout option used to compute the parameter passed to TimeConstrained.
- The front end may pass a value slightly greater than the actual value of DynamicEvaluationTimeout to TimeConstrained.
- DynamicEvaluationTimeout can be set globally by using SetOptions[scope, DynamicEvaluationTimeout->value] where scope is set to $FrontEnd or $FrontEndSession.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
