promote method



Promotes a task.

Syntax

Task.promote()

Applies to

Task object.

Parameters

none.

Return value

none.

Usage

This method promotes the task on which it is invoked by one level. That is, it reduces the task's level of indentation by one.

See also

promoteTasks method
demote method
demoteTasks method