ProcessBatch
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
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
batchId | int | The ID of the batch to be processed |
Returned value
None.
12.04.2024 18:16:03