RemoveTask

RemoveTask class

Removes the specified task from a tree of tasks.

The RemoveTask type exposes the following members:

Constructors

NameDescription
RemoveTask(task)Initializes a new instance of the RemoveTask class

Methods

NameDescription
alg(el, level)Do nothing.
post_alg(el, level)Do nothing.
pre_alg(el, level)Removes the task from the specified parent task.

See Also