JobPartRoutePosition Enumeration |
RoutePosition indicates which position the JobPart should be scheduled in the
Route and whether it has a Location or not. For example, it is possible to
define JobParts which have no Location and need to be scheduled after the Resource
returns to the end Location in the Route.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic enum RoutePosition
Public Enumeration RoutePosition
public enum class RoutePosition
Members
| Member name | Value | Description |
---|
| BetweenStartAndEnd | 0 |
The JobPart must be scheduled between the start and end of the Route,
at the Location defined for the JobPart.
|
| AfterEndNoLocation | 1 |
A JobPart must be scheduled after the end of the Route, at the end
Location. The JobPart does not have its own fixed Location.
|
See Also