| << active << | Table Of Contents | >> aggregate >> |
| Keyword | adopt (task) |
| Purpose | Add a previously defined task to the sub-tasks of this task. This can be used to create virtual sub projects that contain of task trees that were defined as sub tasks of other tasks. Adopted tasks don't inherit anything from their step parents. However, the adopting task is scheduled to fit all adopted childs as well. A top-level tasks must never include the same task more than once. |
|
| Syntax | adopt (<ABSOLUTE_ID> | <ID>) [, (<ABSOLUTE_ID> | <ID>)...] |
|
| Arguments | none | |
| Context | task, supplement (task) | |
| << active << | Table Of Contents | >> aggregate >> |