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