JobPartSpecialType Enumeration |
SpecialType indicates if the JobPart is a non-standard JobPart such as
a break required within a time window.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
SyntaxPublic Enumeration SpecialType
public enum class SpecialType
Members
| Member name | Value | Description |
---|
| None | 0 |
The JobPart is a normal JobPart.
|
| BreakWindow | 1 |
The JobPart is a break which must be scheduled within a time
window.
|
See Also