Share via


WrkCtrScheduler.addJobToOverlapJobList Method [AX 2012]

Adds a job to the overlap job list to be included when emitting the overlap constraint.

Syntax

protected void addJobToOverlapJobList(RouteJobMap _routeJobMap, OprNumNext _oprNumNext)

Run On

Server

Parameters

  • _routeJobMap
    Type: RouteJobMap Map
    A RouteJobMap instance that contains the job data.

Remarks

Jobs after the overlap job are added to the next operation job list.

Jobs before the process job are added to the current operation list.

Jobs are added regardless of their priority.

See Also

Reference

WrkCtrScheduler Class