system.mes.shift.getShiftImportQueueSize
Gets the current size of the Shift import queue.
Syntax
system.mes.shift.getShiftImportQueueSize()
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
| None | - | - | This method does not take any parameters. |
Returns
the number of items in the Shift import queue
Code Examples
queueSize = system.mes.shift.getShiftImportQueueSize()
print(queueSize)