Skip to main content
Version: V3 (Ignition 8.3)

system.mes.shift.cancelShiftImportQueue

Description

Cancels the current Shift import queue.

Syntax

system.mes.shift.cancelShiftImportQueue()

Parameters

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

Returns

the number of cancelled items in the queue

Code Examples

cancelledItemCount = system.mes.shift.cancelShiftImportQueue()
print(cancelledItemCount)