ActionStatus_LogActionComplete()

Examples


The ActionStatus_LogActionComplete() function of the form syListObj is used to indicate that all status information has been logged for a list action.

Syntax

ActionStatus_LogActionComplete(action_status_ID, success_count, failure_count)

Parameters

action_status_ID – This is the ActionStatusID component from the list_object composite that manages state information for the list.

success_count – A long integer specifying the total number of list items that were processed successfully.

failure_count – A long integer specifying the total number of list items that had an error logged for them as they were processed.

Return value

A long integer containing the number of errors that were logged.

Comments

The action processing code must keep track of the number of list items that were processed successfully and that were processed but had an error logged.


Documentation Feedback