system.mes.oee.unscheduleOeeRecordPruning
Description
Cancels all scheduled OEE record pruning by clearing the toBePruned flag on all OEE records. Use this method to reverse a scheduleOeeRecordPruning() call before the next nightly maintenance window runs.
Permissions
This method requires the OEE (Admin) permission.
Syntax
system.mes.oee.unscheduleOeeRecordPruning()
Parameters
This method takes no parameters.
Returns
This method does not return a value.
Code Examples
# Cancel all scheduled OEE record pruning
system.mes.oee.unscheduleOeeRecordPruning()
print "All scheduled OEE record pruning has been cancelled."