SolutionIs Job Assigned Method
Looks up whether a Job is assigned to a Resource or not.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Returns true if the job is assigned. False otherwise.
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public bool IsJobAssigned(
Job job
)VB
Public Function IsJobAssigned (
job As Job
) As BooleanC++
public:
bool IsJobAssigned(
Job^ job
)F#
member IsJobAssigned :
job : Job -> bool Parameters
- job Job
- The Job.
Return Value
BooleanReturns true if the job is assigned. False otherwise.
Exceptions
| ArgumentNullException | Job is null. |