SolutionIsJobAssigned Method |
Looks up whether a Job is assigned to a Resource or not.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool IsJobAssigned(
Job job
)
Public Function IsJobAssigned (
job As Job
) As Boolean
public:
bool IsJobAssigned(
Job^ job
)
member IsJobAssigned :
job : Job -> bool
Parameters
- job
- Type: VRSolverJob
The Job.
Return Value
Type:
BooleanReturns true if the job is assigned. False otherwise.
Exceptions
See Also