Skip to main content
Version: V3 (Ignition 8.3)

system.mes.inventoryOperation.getInventoryOperationImportQueueSize

Description

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)