Share via


WrkCtrScheduler.mustKeepJobResourceAssignment Method [AX 2012]

Computes a boolean value that indicates whether the current job resource assignment must be kept.

Syntax

protected boolean mustKeepJobResourceAssignment(WrkCtrParmSchedule _wrkCtrParmSchedule, RouteJobMap _routeJobMap)

Run On

Server

Parameters

  • _routeJobMap
    Type: RouteJobMap Map
    The job about to be loaded into the scheduling engine.

Return Value

Type: boolean
true if the resource assignment must be kept; otherwise, false.

See Also

Reference

WrkCtrScheduler Class