UpdateBatch
What it does
Changes the header of a batch. Modifies the fields Name, BatchTypeId, Description, and Priority and the registration parameters of the batch whose ID is the same as the value of Batch.Id. The other fields in the Batch structure are ignored.
Definition
void UpdateBatch( int sessionId, Batch batch );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
batch | Batch | The parameters of the batch to be added |
Returned value
None.
4/12/2024 6:16:01 PM