CompletionTimeMode: "maximalPath" | "maximalNodeInclManufacturingTime" | "maximalNodeExclManufacturingTime"

Configures the computation of a project's best case completion time

"maximalPath": For each maximal path the manufacturing times and idle times are accumulated. The most expensive path defines the resulting time.

"nodeInclManufacturingTime": The node where the sum of manufacturing time and idle time is maximal defines the resulting time.

"Best case": This time can be reached if all possible processes are handled in parallel.

Generated using TypeDoc