PrecisionGoal is an option for various numerical operations which specifies how many effective digits of precision should be sought in the final result.
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
StartScheduledTask[obj] starts the task represented by obj.
PERTDistribution[{min, max}, c] represents a PERT distribution with range min to max and maximum at c.PERTDistribution[{min, max}, c, \[Lambda]] represents a modified PERT ...
$ScheduledTask returns the current ScheduledTaskObject.
StopScheduledTask[obj] deactivates the task obj.
ResetScheduledTask[obj] resets scheduled task object obj to the original parameter values.ResetScheduledTask[obj, timespec] resets scheduled task timing to ...
RemoveScheduledTask[obj] remove the obj from the list of currently set tasks.