system.mes.location.getLocationImportQueueSize
Gets the current size of the Location import queue.
Syntax
system.mes.location.getLocationImportQueueSize()
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
| None | - | - | This method does not take any parameters. |
Returns
the number of items in the Location import queue
Code Examples
queueSize = system.mes.location.getLocationImportQueueSize()
print(queueSize)