控制任务是否继承其父项目的约束类型
Available only in PRO Edition
gantt.config.auto_scheduling_project_constraint = true;
此功能仅在PRO版本中可用。
此配置属于 auto_scheduling 扩展的一部分,因此请确保启用了 auto_scheduling 插件。更多信息请参见 自动调度 文章。
默认情况下,分配给父项目的约束类型不会影响其子任务的约束类型。
当此选项设置为 true 时,子任务(除非它们自身已指定约束类型)将继承其父项目的约束类型,例如 finish no later than。
v8.0中新增
Back to top