Skip to main content

system.mes.location.getLocationImportQueueSize

Gets the current size of the Location import queue.

Syntax

system.mes.location.getLocationImportQueueSize()

Parameters

ParameterTypeNullableDescription
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)