Skip to main content

system.mes.material.getMaterialImportQueueSize

Gets the current size of the Material import queue.

Syntax

system.mes.material.getMaterialImportQueueSize()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

the number of items in the material import queue

Code Examples

queueSize = system.mes.material.getMaterialImportQueueSize()
print(queueSize)