Skip to main content

system.mes.operation.getOperationImportQueueSize

Gets the current size of the Operation import queue.

Syntax

system.mes.operation.getOperationImportQueueSize()

Parameters

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

Returns

the number of items in the Operation import queue

Code Examples

queueSize = system.mes.operation.getOperationImportQueueSize()
print(queueSize)