Skip to main content

What it does

Starts the processing of a batch. The batch is sent to the Import processing stage.

Definition

void ProcessBatch(int sessionId, int batchId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch to be processed

Returned value

None.