Share via


ReqDemPlanTaskLoggerInterface.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.

See Also

Reference

ReqDemPlanTaskLoggerInterface Interface