DocumentTools
InsertTask
insert a task into a worksheet
Calling Sequence
Parameters
Description
Examples
Compatibility
InsertTask(task, minimal=m)
task
-
string ; name of the task to insert
m
truefalse ; whether to insert minimal content (true) or default content (false) (default: true)
The InsertTask function inserts a task into the worksheet.
The m option indicates whether to insert the task's minimal content (true) or default content (false). The default is true.
Note: If a command to insert a task into a worksheet is re-executed, the re-inserted task will overwrite the section of the worksheet where the task was originally inserted. In order to make it clear that this is what will happen, the background shading of a task inserted in this way is set to gray.
with⁡DocumentTools:
InsertTask⁡my task
The DocumentTools[InsertTask] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
DocumentTools[CreateTask]
DocumentTools[RemoveTask]
Download Help Document