enum EGanttTaskType

This enum defines the represented value of the gantt task type


Properties

Activity = 0

The task is an activity


Test = 1

The task is a test activity, it means that other tasks of type 'Activity' are linked to this one and require to be tested before this test can be completed