Skip to main content
Version: V2 (Ignition 8.1)

system.mes.shift.getShiftImportQueueSize

Description

Gets the current size of the Shift import queue.

Syntax

system.mes.shift.getShiftImportQueueSize()

Parameters

ParameterTypeNullableDescription
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)