Skip to main content
Version: V2 (Ignition 8.1)

system.mes.oee.cancelCalculationConfigImportQueue

Description

Cancels all pending OEE Calculation Configuration import operations that are currently waiting in the async background queue. Import operations that have already started processing are not affected.

Permissions

This method requires the OEE.WRITE.SAVE permission.

Syntax

system.mes.oee.cancelCalculationConfigImportQueue()

Parameters

This method takes no parameters.

Returns

Returns an Integer representing the count of cancelled queue entries.

Code Examples

cancelled = system.mes.oee.cancelCalculationConfigImportQueue()
print("Cancelled", cancelled, "pending import operations")