Skip to main content
Version: V3 (Ignition 8.3)

system.mes.personnel.getDepartmentImportQueueSize

Description

Gets the current size of the Department import queue.

Syntax

system.mes.personnel.getDepartmentImportQueueSize()

Parameters

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

Returns

the number of items in the Department import queue

Code Examples

queueSize = system.mes.personnel.getDepartmentImportQueueSize()
print(queueSize)