Skip to main content
Version: V2 (Ignition 8.1)

system.mes.personnel.getPersonnelImportQueueSize

Description

Gets the current size of the Personnel import queue.

Syntax

system.mes.personnel.getPersonnelImportQueueSize()

Parameters

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

Returns

the number of items in the Personnel import queue

Code Examples

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