InsertTask - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DocumentTools

  

InsertTask

  

insert a task into a worksheet

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

InsertTask(task, minimal=m)

Parameters

task

-

string ; name of the task to insert

m

-

truefalse ; whether to insert minimal content (true) or default content (false) (default: true)

Description

• 

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.

Examples

withDocumentTools:

InsertTaskmy task

Compatibility

• 

The DocumentTools[InsertTask] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

DocumentTools

DocumentTools[CreateTask]

DocumentTools[RemoveTask]