ars_EndBulkEntryTransaction(ctrl,actionType)
Starts or cancels the execution of the entry operations that have been called since the
former ars_BeginBulkEntryTransaction call.
The actionType
parameter specifies if the operations of the transaction
will be cancelled or sent to the server for execution:
AR_BULK_ENTRY_ACTION_SEND = send the queued entry calls to the server
AR_BULK_ENTRY_ACTION_CANCEL = cancel the transaction
- On success
-
Returns a list of return structures corresponding to the
operations
- On failure
-
Returns an empty list
Example:
@results = ars_EndBulkEntryTransaction( $ctrl, $actionType );
die "$ars_errstr" if ! $results;
ars_EndBulkEntryTransaction was introduced in version 1.90 of ARSperl
Table of Contents
Last changes to this page 22th February 2007 by tstapff@users.sourceforge.net
© J.C.Murphy, J.W.Murphy, T.Stapff 2007 arsperl@arsperl.org