This documentation is archived and is not being maintained.
PayrollPayStatementPost.runScheduleJob Method [AX 2012]
Schedules the task if it is running in the context of a batch job.
public void runScheduleJob(container _batchTaskGroupList, int _batchTaskGroupListLength)
Run On
Called
Parameters
-
_batchTaskGroupList
- Type: container
A container that holds the employees for the task that should be processed.
-
_batchTaskGroupListLength
- Type: int
The number of payments that are being processed by the task.
If it not running in the context of a batch job, the pay statement posting task will be run immediately.