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
CalledParameters
- _task
- Type: RunBaseBatch Class
The instance of RunBaseBatch class that should be added as a child task.
Community Additions
ADD
Show: