DocsMarshal
/
Types
/
DocsMarshal.Entities.Enums.EGanttTaskTestOutcomeTrigger
enum
EGanttTaskTestOutcomeTrigger
FLAGS
This enum defines the represented value of the outcome trigger to execute when a gantt task test is completed
Properties
None
= 0
TestFailedCloneIfFailed
= 1
If the test fails, clone this task only if its checkList failed
TestFailedCloneAlways
= 2
If the test fails, always clone this task
Top