Share via


ReqDemPlanTaskLogger.incrementTaskRecordsProcessed Method [AX 2012]

Increments the number of records that are processed in the current task.

Syntax

public void incrementTaskRecordsProcessed([int64 _newRecordsProcessed])

Run On

Called

Parameters

  • _newRecordsProcessed
    Type: int64
    The number of records that are processed; optional. The default value is 1.

Exceptions

Exception Condition
Error

The _newRecordsProcessed parameter has a negative value.

–or–

No task is currently in progress.

See Also

Reference

ReqDemPlanTaskLogger Class