WaitAll
(Built-in Mathematica Symbol) WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
Attributes[symbol] gives the list of attributes for a symbol.
Typical command-line options for Mathematica executables. If the Mathematica front end is called with a notebook file as a command-line argument, then this notebook will be ...
PrecisionGoal is an option for various numerical operations which specifies how many effective digits of precision should be sought in the final result.
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.