Skip to main content

system.mes.productionOrder.getProductionOrderImportQueueSize

Gets the current size of the ProductionOrder import queue.

Syntax

system.mes.productionOrder.getProductionOrderImportQueueSize()

Parameters

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

Returns

the number of items in the ProductionOrder import queue

Code Examples

queueSize = system.mes.productionOrder.getProductionOrderImportQueueSize()
print(queueSize)