Skip to main content

system.mes.inventoryOperation.getInventoryOperationImportQueueSize

Gets the current size of the InventoryOperation import queue.

Syntax

system.mes.inventoryOperation.getInventoryOperationImportQueueSize()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

the number of items in the InventoryOperation import queue

Code Examples

queueSize = system.mes.inventoryOperation.getInventoryOperationImportQueueSize()
print(queueSize)