ContinuousAction is an option for Manipulate, Slider, and related functions that specifies whether action should be taken continuously while controls are being moved.
FinishDynamic[] finishes updating and displaying all currently visible Dynamic objects.
LinkInterrupt[link] sends an interrupt to the program at the other end of the specified MathLink connection.
ScheduledTasks[] returns a list of ScheduledTaskObject expressions that represent current tasks.
TimeZone is an option for DateString, AbsoluteTime, and related functions that specifies the time zone to use for dates and times.
Introduction to Dynamic Advanced Dynamic Functionality
CreateLibrary[src, name, "Compiler" -> NVCCCompiler] compiles a string of CUDA code in src into a library and returns the full path to the library.CreateLibrary [{ file, ...
FinancialData["name"] gives the last known price or value for the financial entity specified by " name".FinancialData["name", start] gives a list of dates and daily closing ...
FindHamiltonianCycle[g] attempts to find a Hamiltonian cycle.
SystemsModelExtract[sys, {i_1, i_2, ...}] extracts the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...