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