Skip to main content

system.mes.oee.cancelOeeModeImportQueue

Description

Cancels the current OeeMode import queue.

Permissions

This method requires the OEE.WRITE.SAVE permission.

Syntax

system.mes.oee.cancelOeeModeImportQueue()

Parameters

This method does not take any parameters.

Returns

Returns an Integer representing the number of canceled items in the queue

Code Examples

cancelledItemCount = system.mes.oee.cancelOeeModeImportQueue()
print(cancelledItemCount)