Skip to main content

system.mes.oee.getOeeConfigurationImportQueueSize

Description

Gets the current size of the OeeConfiguration import queue.

Permissions

This method requires the OEE.READ.GET permission.

Syntax

system.mes.oee.getOeeConfigurationImportQueueSize()

Parameters

This function does not take any parameters.

Returns

Returns an integer representing the number of items in the OeeConfiguration import queue.

Code Examples

queueSize = system.mes.oee.getOeeConfigurationImportQueueSize()
print(queueSize)