RetailConnScheduleRunner.runAsChildTask Method [AX 2012]

Run the provided task as a child batch-task in batch, if this method is called from a batch-job, otherwise run the task right away.

public void runAsChildTask(RunBaseBatch _task)

Run On

Called

Parameters

_task
Type: RunBaseBatch Class
The instance of RunBaseBatch class that should be added as a child task.

Adds the record to the batch job by setting the properties.

Community Additions

ADD
Show: