TaskKind Enumeration

A kind of ITask in WBS tree structure.
Fields
 
Name Value Description
Branch 1 The task is a branch (a chapter, non-terminal node) in WBS tree.
Invalid 3 The task is invalid. This happens after a task was deleted or simply there's no such task with the hex ID in the estimate. Don't perform any operation with such ITask.
Root 0 The task is the root node in WBS tree.
Task 2 The task is a task (a terminal leaf node) in WBS tree.
Version
 
Available since QDV 7.13.0001.

In this article

Definition