Skip to main content
Version: V3 (Ignition 8.3)

system.mes.personnel.cancelPersonnelImportQueue

Description

Cancels the current Personnel import queue.

Syntax

system.mes.personnel.cancelPersonnelImportQueue()

Parameters

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

Returns

the number of cancelled items in the queue

Code Examples

cancelledItemCount = system.mes.personnel.cancelPersonnelImportQueue()
print(cancelledItemCount)