Share via


WrkCtrScheduler.insertParallelJob Method [AX 2012]

Inserts a parallel job in the internal map that is used to track parallel jobs for each job type.

Syntax

protected void insertParallelJob(
    RouteJobType _jobType, 
    RecId _jobNum, 
   [SchedMethod _schedMethod])

Run On

Server

Parameters

  • _jobType
    Type: RouteJobType Enumeration
    A RouteJobType enumeration value that specifies the job type to be added to the parallel jobs map.

See Also

Reference

WrkCtrScheduler Class