Skip to main content
Version: V3 (Ignition 8.3)

system.mes.personnel.cancelDepartmentImportQueue

Description

Cancels the current Department import queue.

Syntax

system.mes.personnel.cancelDepartmentImportQueue()

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.cancelDepartmentImportQueue()
print(cancelledItemCount)