BatchListCt
The
BatchListCt
item returns the number of batches in the batch list.This table shows the input and output formats for this item.
Input Format | Request: BatchListCt | |
Output Format | The BatchListCt item returns in this format: <NumberBatches> | |
Field Name | Format | Description |
<NumberBatches> | ASCII – Integer | Number of batches currently in the batch list. |
This table shows an example of the return on this request.
TIP:
A request on
object.GetItem(BatchListCt)
, assuming there are three batches on the batch list, could return:3
Provide Feedback