Share via


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.

Syntax

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.

Remarks

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

See Also

Reference

RetailConnScheduleRunner Class