system.mes.oee.flushOeeDataStateToDB
Description
Flushes the in-memory OEE data state to the database. This is a system management function that ensures data is persisted.
Permissions
This method requires the OEE.WRITE.SAVE permission.
Syntax
system.mes.oee.flushOeeDataStateToDB()
Parameters
This method does not take any parameters.
Returns
This method does not return anything.
Code Examples
# Example of flushing the OEE data state to the database.
system.mes.oee.flushOeeDataStateToDB()