system.mes.oeeState.getOeeStateImportQueueSize
Description
Gets the current size of the OeeState import queue.
Permissions
This method requires the OEE.READ.GET permission.
Syntax
system.mes.oeeState.getOeeStateImportQueueSize()
Parameters
This method does not take any parameters.
Returns
Returns an Integer representing the number of items in the OeeState import queue.
Code Examples
queueSize = system.mes.oee.getOeeStateImportQueueSize()
print(queueSize)