ars_EndBulkEntryTransaction(ctrl,actionType)The actionType parameter specifies if the operations of the transaction
   will be cancelled or sent to the server for execution:
	
Example:
	      @results = ars_EndBulkEntryTransaction( $ctrl, $actionType ); 
			die "$ars_errstr" if ! $results;
      
ars_EndBulkEntryTransaction was introduced in version 1.90 of ARSperl
Last changes to this page 22th February 2007 by tstapff@users.sourceforge.net