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