incrementOperationsCompleted
The BatchProcessBase.incrementOperationsCompleted method has the following signature.
- incrementOperationsComplete()
The incrementOperationsCompleted method is a no-argument method that increments an internal counter for how many operations are complete. For example, suppose your batch process iterates across entities of some type with special conditions and specially handle each found item. For each entity you modify, call this method once to track the progress of this batch process.
This method returns the current number of operations that are complete. It is possible to use the returned value in the following ways:
- In the PolicyCenter user interface to show the progress of the batch process
- In debugging code to track the progress of the batch process
Note: For each entity for which you have an
error condition, call this method once to track the progress of this
batch process.
