Skip to main content

What it does

Closes a batch and unlocks it for deletion.

Definition

void CloseBatch( int sessionId, int batchId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch to be unlocked for deletion

Returned value

None.