Job PartSpecial Type Enumeration
SpecialType indicates if the JobPart is a non-standard JobPart such as
a break required within a time window.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public enum SpecialTypeVB
Public Enumeration SpecialTypeC++
public enum class SpecialTypeF#
type SpecialTypeMembers
| None | 0 | The JobPart is a normal JobPart. |
| BreakWindow | 1 | The JobPart is a break which must be scheduled within a time window. |